[sqlite] Question on database locking or corrupted

2009-01-16 Thread Dao, Trien (STP)
I am currently using Sqlite version 2.8.13. We have one thread that constantly inserts data to sqlite tables. I have a UI application that reads data from the same database, I sometimes get an error from the UI app: "Attempted to read or write protected memory. This is often indication that

[sqlite] FW: Question on delete record in a master-detail type tables

2009-01-16 Thread Dao, Trien (STP)
> -Original Message- > From: Dao, Trien (STP) > Sent: Friday, January 16, 2009 10:32 AM > To: 'sqlite-users-boun...@sqlite.org' > Subject: Question on delete record in a master-detail type tables > > I have two tables - header and detail table

[sqlite] Creating sqlite.dll and sqliteclient.dll for .net with sqlite version 3-3.6.7

2009-01-05 Thread Dao, Trien (STP)
I am new to sqlite development community. I need to create or obtain sqlite.dll and sqliteclient.dll for sqlite version 3-3.6.7. My questions are: 1) Where do I find the new versions of sqlite.dll and sqliteclient.dll 2) or where do I get the .NET version source code and where