RE: How do you tell orion not to autocommit?

2002-05-26 Thread Alex Paransky
To: Orion-Interest Subject: Re: How do you tell orion not to autocommit? Hi Keith, If you are using Bean managed persistence, then get the connection object using jndi lookup, then use connection.setAutocommit(false). I am not aware how to do this in container managed persistence.Can some great

Re: How do you tell orion not to autocommit?

2002-05-25 Thread prasanth sb
God gives you more than you expect From: Keith Kwiatek [EMAIL PROTECTED] Reply-To: Orion-Interest [EMAIL PROTECTED] To: Orion-Interest [EMAIL PROTECTED] Subject: How do you tell orion not to autocommit? Date: Wed, 17 Apr 2002 07:16:48 -0400 Hello, I am running orion with a datasource and some

Re: How do you tell orion not to autocommit?

2002-05-21 Thread Keith Kwiatek
12:22 PM Subject: RE: How do you tell orion not to autocommit? Excerpt from the API docs for method java.sql.Connection.setAutoCommit(boolean autoCommit) follows setAutoCommit public void setAutoCommit(boolean autoCommit) throws SQLException Sets this connection's auto

RE: How do you tell orion not to autocommit?

2002-04-17 Thread Juan Pablo Lorandi
: Wednesday, April 17, 2002 12:17 PM To: Orion-Interest Subject: How do you tell orion not to autocommit? Hello, I am running orion with a datasource and some jsp's with some jdbc beans. When I insert/update/delete it seems to be set to autocommit. How do I tell orion not to autocommit