Hello qinligeng,

Wednesday, May 14, 2008, 12:58:32 AM, you wrote:

q1c> When I execute sql statement "delete from Carimages where OpTime
q1c> <'2008-05-01 00:00:00'"  in my database, sqlite3 crashed.
q1c> The Exception Information reported by XP is:
q1c> Code: 0xc0000005           Flags:0x00000000          
q1c> Record: 0x0000000000000000   Address: 0x0000000000406652

q1c> The sqlite3.exe is downloaded from
q1c> http://www.sqlite.org/sqlite-3_5_8.zip
q1c> The database file is to big ( about 600M, after compressed by
q1c> WinRAR, the size is 18M), so I can't upload here.
q1c> _______________________________________________
q1c> sqlite-users mailing list
q1c> sqlite-users@sqlite.org
q1c> http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

I have a smallish DB that will do that here. It's interesting, the
commandline tool Sqlite3.exe simply reports it's damaged. The
statically linked version I use in my program will crash my program. I
traced it down to "sqlite_step" but, no further.

I'd try an integrity check on your DB. Mine's definitely damaged.



-- 
Best regards,
 Teg                            mailto:[EMAIL PROTECTED]

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

Reply via email to