[sqlite] Problems with commit

2006-04-09 Thread Niels Boldt
Hi I'm using the finisar wrapper for sqlite in .net 1.1. However I have some problems with transactions. I'm using the same connection to fire all my selects, deletes and updates, but not necessarily the same thread. When i start a transaction using "begin transaction" do some deletes and then

[sqlite] Problems with character '

2006-02-28 Thread Niels Boldt
Hi Guys I'm having some problems dealing with the character '. Sqlite thinks fair enough that it should terminate the string, which I would like it to avoid. Are there any solutions to my problems. Thanks, Niels

[sqlite] sqllite3.dll

2005-11-23 Thread Niels Boldt
Hi I'm trying to use the sqlite3.dll in a c# sharp project in visual studio 2003 but I'm having problems. I'm using this together with the .Net c# wrapper which can be obtained from http://www.phpguru.org/static/SQLite.NET.html My first problem is that I cannot add the dll to my solution.