Simon Slavin-3 wrote
>  There is no need to do anything special.  f you use 'Int' in SQLite it
> will be interpreted as 'INTEGER' anyway.  

Yes, but back to my datareader problem it seems that the Datareader differs
between a column which is 'INTEGER' or 'Int'. 
Especially we had a problem with a Int column and value of 13 digits
(1396856032225). The datareader reads the column as a integer 32 value and
breaks or returns wrong values. (or we do something wrong :-) )




--
View this message in context: 
http://sqlite.1065341.n5.nabble.com/SQLite-Datareader-problems-with-Int-tp75670p75684.html
Sent from the SQLite mailing list archive at Nabble.com.
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to