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

2009-01-05 Thread Roosevelt Anderson
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) wrote: > I am new to sqlite development community. I need to create or obtain > sqlite.dll and sqliteclient.dll for sqlite version

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

2009-01-05 Thread S B
Trien, You might want to check this out: http://sqlite.phxsoftware.com/ I use it, and it works well for my needs. SB On Mon, Jan 5, 2009 at 5:39 PM, Dao, Trien (STP) wrote: > I am new to sqlite development community. I need to create or obtain > sqlite.dll and

[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