Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
MySQL and Memo Fields
Message
 
 
To
11/09/2005 16:31:42
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
01048555
Message ID:
01048558
Views:
22
>I'm not sure what the equivalent data type is in MySQL to the VFP memo type....
>
>I want to be able to query a MySQL table into a cursor using SQLEXEC and have one of the fields appear as a VFP memo field.....
>

The MySQL text data type is direct equivalent of VFP memo field. In addition, you can control which character fields are converted to a memo field with CURSORSETPROP("UseMemoSize").
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform