On Thu, 15 Apr 2010, Dave Crooke wrote:
> But it's a SELECT, albeit I am doing the write transactions from another
> statement on the same connection ... if I use two connections, will that fix
> it?
There is no problem using the same connection for other actions, as long
as you don't end the transaction. Using another connection will allow you
to control the two transactions separately.
Kris Jurka