[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

Re: [sqlite] Most appropriate Web based database? (Newbie)

2006-04-09 Thread Greg Fischer
My first thought when you asked this: If you have to ask, just go with MySQL. If for no other reason than to ease learning. As you said before, Googling for each has way different results. I have found that learning how to do things (with PHP in my case) with Mysql was easy just because there

Re: [sqlite] Problem installing TCL bindings

2006-04-09 Thread Miguel Bazdresch
On 4/9/06, Thomas Chust <[EMAIL PROTECTED]> wrote: > if everything works correctly and the Tcl install script of SQLite3 did > its job right, which it usually does, it should be unnecessary to load the > library manually by specifying the full path. Instead you should be able > to type > >