On 2 Mar 2012, at 6:30pm, Steffen Mangold <steffen.mang...@balticsd.de> wrote:
>> Are you saying it creates a database file but doesn't put anything into it >> (zero filesize) or that it doesn't even create a blank file ? > > With dump its write the complete DB File new but nearly at the end (new DD > file size compared to the malformed) Sqlite shell breaks and set the file > size of the new DB to 0kb. > No error is written. :( Okay. Take that long text file (db.sql ?) and use a text editor or some other tool to split it into two. Perhaps you can find a break point where it stops creating one table and starts creating another one. While you're doing that, you can look at it by eye and see if the CREATE TABLE commands look right to you. Then you can '.read' the first half, see if that worked, then '.read' the second half separately. Perhaps one half will work and not the other. Simon. _______________________________________________ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users