On 18 Jun 2010, at 8:47pm, Eric Smith wrote:

> Don't know what I was thinking when I typed that.  I'm sharing a
> connection in a single thread, mixing C API calls and Tcl API calls.  
> The C API calls drive the INSERTs; Tcl API calls drive BEGIN/COMMIT

How do you pass the handle from your C code to your Tcl code ?  You are sharing 
the same connection to the database between the two languages, right ?  You're 
not doing your INSERTs from one connection and your COMMITs from another ?

Simon.
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to