Title: RE: Default autocommit is true or false?

From javadoc:

| If a connection is in auto-commit mode, then all its SQL statements
| will be executed and committed as individual transactions. Otherwise,
| its SQL statements are grouped into transactions that are terminated
| by either commit() or rollback(). By default, new connections are
| in auto-commit mode.

-Andrej

-----Original Message-----
From: Carlos Roberto da Silva Junior [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, March 05, 2002 8:41 PM
To: Orion-Interest
Subject: Default autocommit is true or false?


Hi, list!

A strange problem.

I have a session bean that access a datasource. When a connection is
requested and method Connection.getAutoCommit() is called, I always obtain
true. The default autocommit isn't false?

Reply via email to