On 9 Feb 2012, at 4:58pm, yesnid wrote:

> I am having a similar issue, I am trying to store a 13 digit value in my
> table and it is being converted to a 10 digit value? Is there something that
> I need to do, to enable the 8 byte values for integer?

What type have you defined that column in the table as ?  Can you supply the 
CREATE command or the relevant part of it ?

How are you supplying the values to be stored ?  Are you using _exec() on a 
long string, or binding them as an integer, a float, or what ?

Simon.
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to