Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Problem with BigInt?
Message
From
02/11/2011 17:45:25
 
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows 7
Network:
Windows 2003 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
01527849
Message ID:
01527888
Views:
61
This message has been marked as a message which has helped to the initial question of the thread.
>Changing the code to int in convert fixed the problem. Weird, does it mean VFP converts biging to char type?
>
I was dealing with MySql and had this problem a while ago Thread ID: 1448957

Don't know if this will help your situation but the MySql ODBC driver has a checkbox to "Change BIGINT Columns To Int"

Also, I'm pretty sure it was Eric Selje who also pointed me to
lcConnString="Driver=MySQL ODBC 3.51 Driver;Server=xxxx;UID=xxx;PWD=xxx;DATABASE=xxx;APP=xxx;Option=16384"
lnHandle = SQLSTRINGCONNECT(lcConnString)
as a way of getting this behavior without having to modify the ODBC driver. He had a list of what the various options were (based on power of 2 schema) but unfortunately I've lost the link to it.
Previous
Reply
Map
View

Click here to load this message in the networking platform