Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
BitSet & Integer
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00919018
Message ID:
00919031
Vues:
14
>Should bitset always return an integer ? I am trying the following:
>
>
>Create Cursor IntTest ( IntTest I)
>Append Blank
>Replace inttest With Bitset(0,31) && Error Numeric overflow
>
>
>What's the catch ?

The integer field type can hold values in the range of -2147483647 to 2147483647. You're attempting to insert -2147483648 (2 ^ 31).
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