Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
BitSet & Integer
Message
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00919018
Message ID:
00919031
Views:
15
>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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform