Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
A bug or normal integer operation ???
Message
 
À
01/08/2000 11:50:53
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00399275
Message ID:
00399391
Vues:
16
Cetin,

I just checked this against SQL Server using SPT. The table had an identity column with values between 1 and 250. When I used "WHERE IDENTITY_COLUMN BETWEEN 0 AND 0xFFFFFFFF", I got zero records. When I used "WHERE IDENTITY_COLUMN BETWEEN 0 AND 0x7FFFFFFF" I got back all 155 records. Since, of course, I was just passing a string, VFP wasn't involved in the retrieval. Apparently, SQL Server uses signed integers as well. At least it's consistent.:-)
George

Ubi caritas et amor, deus ibi est
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform