Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Retrieve MySQL Longtext Data
Message
From
01/07/2008 05:37:37
Mark Hall
Independent Developer & Voip Specialist
Keston, Kent, United Kingdom
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Client/server
Title:
Retrieve MySQL Longtext Data
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP SP2
Network:
Windows XP
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01327816
Message ID:
01327816
Views:
63
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
Next
Reply
Map
View

Click here to load this message in the networking platform