Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Blob fields
Message
 
 
To
26/11/2007 18:23:44
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Network:
Windows 2000 Server
Database:
MySQL
Miscellaneous
Thread ID:
01271337
Message ID:
01271344
Views:
53
This message has been marked as the solution to the initial question of the thread.
It's default VFP befavior for backward compatibility. You have to explicitly map MySQL blob columns to VFP Blob by issuing once before SQLEXEC()
CURSORSETPROP("MapBinary", .T., 0)
>
>When I use SQLEXEC instruction to do an SELECT, if the MySQL table have blob fields, VFP create an cursor with general fields. What's wrong?
>
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform