Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Retrieve MySQL Longtext Data
Message
De
01/07/2008 05:37:37
Mark Hall
Independent Developer & Voip Specialist
Keston, Kent, Royaume Uni
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Client/serveur
Titre:
Retrieve MySQL Longtext Data
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP SP2
Network:
Windows XP
Database:
Visual FoxPro
Divers
Thread ID:
01327816
Message ID:
01327816
Vues:
64
Hi,

I have a MySQL 5 database table with a Longtext field. I have the MySQL ODBC Connector installed. I am using VFP 9 SP2.

I have been able to populate the table from VFP using SQL pass-through.

Now I want to retrieve the Longtext data from the table.

lnHandle = SQLSTRINGCONNECT(......)
lcQuery = "SELECT id, textfield FROM textdata"
lnResult = SQLEXEC( lnHandle, lcQuery,'outdata)

All works fine, EXCEPT the Longtext data is always truncated to 255 characters.

I have seen CURSORSETPROP('mapbinary') and CURSORSETPROP('maptext') which allow me to change the type of the field created in the 'outdata' table from Char to VarChar, but it's still truncated to 255 characters.

Any suggestions appreciated.

Kind regards,
Mark Hall
Regards
Mark

Microsoft VFP MCP
Menulib - OO Menus for VFP www.hidb.com/menulib
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform