Re: How to set auto-commit to false on a Tomcat Connection-Pool?

2005-08-02 Thread Nikola Milutinovic
Allistair Crossley wrote: I found this on the web for Struts using org.apache.commons.dbcp.BasicDataSource which I believe Tomcat also uses. Therefore perhaps you can try defaultAutoCommit instead. All of these are documented on Jakarta Commons-DBCP page. Nix. -

RE: How to set auto-commit to false on a Tomcat Connection-Pool?

2005-08-02 Thread Allistair Crossley
t 2005 09:38 > To: tomcat-user > Subject: How to set auto-commit to false on a Tomcat Connection-Pool? > > > Hi, my example works but I cannot set the > autocommit paramter, but this is quite important to me. > Can someone give me advice? > > Thanks Starki > >

How to set auto-commit to false on a Tomcat Connection-Pool?

2005-08-02 Thread starki78
Hi, my example works but I cannot set the autocommit paramter, but this is quite important to me. Can someone give me advice? Thanks Starki validationQuery select * from dual maxWait 5000 maxActive 4