|
-
March 27th, 2001, 05:29 PM
#1
Unsigned 1byte integer
I have a Btrieve database that has a field of type unsigned integer (1 byte in length). I am using a ADODB.Recordset in my app to manipulate this data. Whenever I attempt to retrieve a record that has a value of greater than 127 in the aforementioned field I get an error generated by the ODBC Interface saying the value is out of range.
Is this a problem with the ODBC Driver I am using treating the field as a 'signed' integer or with the ADO object?
-K
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|