Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Problem with BigInt?
Message
De
02/11/2011 17:45:25
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows 7
Network:
Windows 2003 Server
Database:
MS SQL Server
Divers
Thread ID:
01527849
Message ID:
01527888
Vues:
63
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.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform