[sqlite] Re : [sqlite] Porting sqlite3 library problems....

2006-05-22 Thread Fred a
... Best regards, Fred - Message d'origine De : [EMAIL PROTECTED] À : sqlite-users@sqlite.org; Fred a <[EMAIL PROTECTED]> Envoyé le : Dimanche, 21 Mai 2006, 8h09mn 57s Objet : Re: [sqlite] Porting sqlite3 library problems Fred a <[EMAIL PROTECTED]> wrote: > Hel

Re: [sqlite] Porting sqlite3 library problems....

2006-05-21 Thread drh
Fred a <[EMAIL PROTECTED]> wrote: > Hello all, > > I port successfully sqlite3 library on other platform... > But i have some problems... > > When i try to insert some records, if for example i insert > 80: good; if i try to insert 81 records the database is corrupted This suggests to me

Re: [sqlite] Porting sqlite3 library problems....

2006-05-21 Thread Jay Sprenkle
On 5/21/06, Fred a <[EMAIL PROTECTED]> wrote: Hello all, I port successfully sqlite3 library on other platform... But i have some problems... When i try to insert some records, if for example i insert 80: good; if i try to insert 81 records the database is corrupted I don t understand