Re: [sqlite] Duplicated primary key error

2008-09-28 Thread Mariano Martinez Peck
Sorry for my English. I cannot express well my problem. The thing is: I know how primary key works, but I don't understand the error I am getting from sqlite3. I mean, If I tried to execute a query which is an insert with an existing pk, is it ok to receive BUSY or IOERR_BLOCKED ? That is what I

Re: [sqlite] Duplicated primary key error

2008-09-28 Thread P Kishor
On 9/28/08, Mariano Martinez Peck <[EMAIL PROTECTED]> wrote: > Please I need help with this :( > > I am getting BUSY or IOERR_BLOCKED when inserting a duplicated pk through C > interface. > > If I do it through sqlite.exe I get: SQL error: PRIMARY KEY must be unique > > Any ideas? Yes. The PR

Re: [sqlite] Duplicated primary key error

2008-09-28 Thread Mariano Martinez Peck
Please I need help with this :( I am getting BUSY or IOERR_BLOCKED when inserting a duplicated pk through C interface. If I do it through sqlite.exe I get: SQL error: PRIMARY KEY must be unique Any ideas? many thanks, mariano On Sun, Sep 21, 2008 at 9:05 PM, Mariano Martinez Peck < [EMAIL

Re: [sqlite] How to get sqlite3.3.6

2008-09-28 Thread Mihai Limbasan
w wg wrote: Hi, I want to get sqlite v3.3.6 , I have noticed the download page ,but I don't understand cvs. Can you help me ? Thank you. Hi. If you don't want to bother with learning CVS to check out older milestones, you could conceivably use your search engine of choice to look for s

Re: [sqlite] Database locking issue

2008-09-28 Thread Lothar Behrens
Hi, now I have tried the actual version 3.6.3 as of sqlite- amalgamation-3.6.3.tgz, but still get database locks I cannot explain. Brief information: I use two database files. One (lbDMF.db3) for system informations such as what my application should show in forms of a database (Template Desi

[sqlite] How to get sqlite3.3.6

2008-09-28 Thread w wg
Hi, I want to get sqlite v3.3.6 , I have noticed the download page ,but I don't understand cvs. Can you help me ? Thank you. -- ___ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users