Here is the link to the .Net data provider for sqlite...

http://sqlite.phxsoftware.com/

On Mon, Jan 5, 2009 at 5:39 PM, Dao, Trien (STP) <trien....@bsci.com> wrote:
> 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 do I find 
> instruction for creating .dll files.
>
> We are currently using sqlite version 2.8.13.  However I have a .NET 
> application that is a multi threads application, with each thread can insert 
> a data row to a sqlite database.  I receive an error from one the the thread 
> that tries to insert data
>     {"Attempted to read or write protected memory. This is often an 
> indication that other memory is corrupt."}
>
> My hope is that the new sqlite version can resolve this problem.  Any 
> suggestion would be greatly appreciated.
>
> Trien
>
> _______________________________________________
> sqlite-users mailing list
> sqlite-users@sqlite.org
> http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users
>
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to