> On Wed, Aug 27, 2003 at 12:36:24PM -0700, Barry Lind wrote:
> > Toby,
> >
> > You need to have autocommit turned off in order to use large objects.
> > If I add a call to setAutocommit(false) for the connection everything
> > works fine.
yes, i know. and the autocommit was indeed set to false.
> > > source.setDefaultAutoCommit(false);
see? i did set it.
> > > System.out.println(conn.getAutoCommit());
and i verified it here.
t