Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Bigint???
Message
De
29/12/2005 10:58:29
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Titre:
Versions des environnements
Visual FoxPro:
VFP 9
Divers
Thread ID:
01081664
Message ID:
01081671
Vues:
8
Hi,

you can retrieve them, but only in string form, the ODBC SQL_BIGINT type is converted into a C(20) column in VFP.

the reason for this is that VFP can't handle 64bit integers.

Using them inside SELECT, UPDATE or INSERT SQL statements should work just fine, but if you need to do any arithmetic with these values in your application you'll have a problem.

Regards
Christian
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform