On Fri, Feb 12, 2010 at 08:57:06AM -1000, John Bresnahan wrote:
> I would like to disable autocommit on my underlying database connection.
> What method do I use to
> force a commit on the connection? I realize that a transaction object has a
> commit() method, but
> how do I do a similar thi
Hello,
I would like to disable autocommit on my underlying database connection. What
method do I use to
force a commit on the connection? I realize that a transaction object has a
commit() method, but
how do I do a similar thing with the connection i acquired via:
sqlhub.processConnection =