From: John B. <bre...@mc...> - 2010-02-12 18:57:22
|
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 = connectionForURI(config.dburl) Thanks, John |