Re: [sqlite] Re : [sqlite] Very blocking problem... please help me

2006-06-23 Thread Nikki Locke
Fred a wrote: > Hi, > > Thank you for your answer... > You try to reproduce on win32 or linux ? > I think, may be, i have a bug on my porting layer (lock file / unlock > file)... > > But without this problem context, can i : >- open a (new) database >- insert some records >

Re: [sqlite] Re : [sqlite] Very blocking problem... please help me

2006-06-22 Thread C.Peachment
On Thu, 22 Jun 2006 19:14:35 + (GMT), Fred a wrote: >But without this problem context, can i : >- open a (new) database >- insert some records >- (don t close db) >- select field >...? You can test this requirement using the sqlite3 command line utility. There is a tutorial

[sqlite] Re : [sqlite] Very blocking problem... please help me

2006-06-22 Thread Fred a
Hi, Thank you for your answer... You try to reproduce on win32 or linux ? I think, may be, i have a bug on my porting layer (lock file / unlock file)... But without this problem context, can i : - open a (new) database - insert some records - (don t close db) - select field