Skip to Content.
Sympa Menu

freetds - Re: Issues with conn.setAutoCommit(false) ?

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: Bob Kline <bkline AT rksystems.com>
  • To: TDS Development Group <freetds AT franklin.oit.unc.edu>
  • Subject: Re: Issues with conn.setAutoCommit(false) ?
  • Date: Sun, 25 Jun 2000 15:03:54 -0400 (EDT)


On Fri, 23 Jun 2000, Mark MacRae wrote:

> I seem to be having trouble with the JDBC driver when I turn off
> auto commit. During one of my stmt.executeUpdate(), everything just
> hangs.
>
> I've run the exact same code with no problems through the Oracle
> thin driver, so I'm assuming is has to do with something either
> unimplemented in FreeTDS or just a bug.

What variables (other than the DBMS, which is presumably not the same),
are different between the Oracle run and the freeTDS run? Same JVM?
Same version of JDBC? Same client platform? What happens if you try a
different JVM? What happens if you re-arrange the sequence of SQL
statements (for example, instead of submitting them all from the same
process, breaking them into smaller groups and running separate
processes for each group)? What happens if you submit the same sequence
of SQL statements using a different client (for example, isql) but with
the same approach to transaction handling?

--
Bob Kline





Archive powered by MHonArc 2.6.24.

Top of Page