Re: conn.setAutoCommit(false) can't work

2002-04-17 Thread Paul DuBois
At 21:18 -0400 4/17/02, bin cai wrote: >Hi, >currently i got a problem which i am afraid to ask >your help. > >I am using javaservlet and mysql 3.23.49 with innoDB >table type . the code conn.setAutoCommit(false) >doesn't work giving me error message("can't disable >auto_commit"); >I am stuck here

conn.setAutoCommit(false) can't work

2002-04-17 Thread bin cai
Hi, currently i got a problem which i am afraid to ask your help. I am using javaservlet and mysql 3.23.49 with innoDB table type . the code conn.setAutoCommit(false) doesn't work giving me error message("can't disable auto_commit"); I am stuck here. anyone can give me some hint i will really app