[DB-SIG] Transactions: how to start them?

aaron watters aaron_watters@classic.msn.com
Thu, 18 Sep 97 10:38:00 UT


Just to be more annoying, I think I agree with Mark H.
that ODBC should be exposed moreorless directly to
Python and the DB-API stuff should be a wrapper layer
for it.

BTW:  What is the status of the sybase module, anybody?
I'll look into it soon, since I have a possible client interest
and I'm teaching a db class at rutgers where they have
sybase...  -- Aaron Watters

----------
From:  owner-db-sig@python.org on behalf of Bill Tutt
Sent:  Wednesday, September 17, 1997 2:45 PM
To:  'Andrew Kuchling'; db-sig@python.org
Subject:  RE: [DB-SIG] Transactions: how to start them?

Erm.. just to be annoying.. ODBC drivers default to autocommiting every
SQL statement that's executed.
You have to explicitly tell the ODBC driver to turn autocommiting off.

...


_______________
DB-SIG  - SIG on Tabular Databases in Python

send messages to: db-sig@python.org
administrivia to: db-sig-request@python.org
_______________