On Fri, May 31, 2013 at 1:54 PM, Spora <[email protected]> wrote: > I undstand, but now i have to import a large db2 in db3. >
sqlite old.db .dump | sqlite3 new.db The above will probably cause your '01000' to be convert to '1000'. I don't think that can be helped without hacking on the ".dump" code for sqlite2. -- D. Richard Hipp [email protected] _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

