Re: [sqlite] Help!!! sqlite 3.5.8 crash: access violation

2008-05-22 Thread Dennis Cote
[EMAIL PROTECTED] wrote: The attachment size limitation of the bug report is 100k :( I'm sorry about the late follow up, but I have been away for a while. Can you contact me off list to see about transferring the compressed database so I can use it to look into the problem? Dennis Cote

Re: [sqlite] Help!!! sqlite 3.5.8 crash: access violation

2008-05-16 Thread qinligeng
The attachment size limitation of the bug report is 100k :( - Original Message - From: Dennis Cote [EMAIL PROTECTED] To: General Discussion of SQLite Database sqlite-users@sqlite.org Sent: Thursday, May 15, 2008 9:49 PM Subject: Re: [sqlite] Help!!! sqlite 3.5.8 crash: access violation

Re: [sqlite] Help!!! sqlite 3.5.8 crash: access violation

2008-05-15 Thread qinligeng
@sqlite.org Sent: Wednesday, May 14, 2008 10:17 PM Subject: Re: [sqlite] Help!!! sqlite 3.5.8 crash: access violation 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

Re: [sqlite] Help!!! sqlite 3.5.8 crash: access violation

2008-05-15 Thread Dennis Cote
[EMAIL PROTECTED] wrote: Maybe the database has been damaged. Possibly. The shcema of table CarImages is : CREATE TABLE CarImages( CarID char(32) NOT NULL, CarNumber char(20) NULL, OpTime datetime NOT NULL , TSCode char(6) NOT NULL, LaneNum int NOT NULL, PicBigPlate Long null,

Re: [sqlite] Help!!! sqlite 3.5.8 crash: access violation

2008-05-15 Thread Dennis Cote
[EMAIL PROTECTED] wrote: My DB file is too big, how can I provide it to your guys? You said a compressed copy of the database file is 18M. One possibility is to create a bug report ticket at http://www.sqlite.org/cvstrac/captcha?nxp=/cvstrac/tktnew and attach the compressed database file to

Re: [sqlite] Help!!! sqlite 3.5.8 crash: access violation

2008-05-14 Thread Dennis Cote
[EMAIL PROTECTED] wrote: When I execute sql statement delete from Carimages where OpTime '2008-05-01 00:00:00' in my database, sqlite3 crashed. The Exception Information reported by XP is: Code: 0xc005 Flags:0x Record: 0x Address:

Re: [sqlite] Help!!! sqlite 3.5.8 crash: access violation

2008-05-14 Thread qinligeng
, PicLane Long null, Constraint CarImages_Key Primary Key (CarID) ); - Original Message - From: Dennis Cote [EMAIL PROTECTED] To: General Discussion of SQLite Database sqlite-users@sqlite.org Sent: Wednesday, May 14, 2008 9:50 PM Subject: Re: [sqlite] Help!!! sqlite 3.5.8 crash: access

[sqlite] Help!!! sqlite 3.5.8 crash: access violation

2008-05-13 Thread qinligeng
When I execute sql statement delete from Carimages where OpTime '2008-05-01 00:00:00' in my database, sqlite3 crashed. The Exception Information reported by XP is: Code: 0xc005 Flags:0x Record: 0x Address: 0x00406652 The sqlite3.exe is