I got a strange problem with SQLite 3.0. I cannot seem to save integers that starts with zero correctly.
eks. 080168 gets saved as 80168, but if i try only 0, its saved as 0. I have tried to make a new table with a only a INT field to test but i get the same result. Using SQLite Admin and SQLite Manager (firefox addon). _______________________________________________ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users