I had an earlier problem with SQLite db and being able to parse a binary string field. To fix it, I was told to use _VARIANT type to read the binary array as a string. Now I'm having a similar issue but with a long int data type. The field should have a value such as "211741642093290000" when I read it, the Type is Integer (3) and the value is just max signed int or (2147483647). Anything that can be done to get that value as a string perhaps?
Thank you. |