Re: dbish questions

2001-05-09 Thread Thomas A . Lowery
The AutoCommit is an over-site that I need to fix. You may /opt init_autocommit=0, but it doesn't turn autocommit off. It just sets the value to 0. For now, use the "dbi:Sybase(AutoCommit=>0):..." perldoc DBI "You can also define connection attribute values within the "$data_sourc

Re: dbish questions

2001-05-09 Thread Jeff Waugh
nes Robert Contr 81 CS/SCK" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Wednesday, May 09, 2001 4:09 PM Subject: RE: dbish questions > I don't think that'll work with dbish. Thanks anyway. > > On Wed, 9 May 2001, Jones Robert Contr 81 CS/S

RE: dbish questions

2001-05-09 Thread Curt Russell Crandall
I don't think that'll work with dbish. Thanks anyway. On Wed, 9 May 2001, Jones Robert Contr 81 CS/SCK wrote: > > > Try ... > > $dbh->{AutoCommit} = 0; > > > > -Original Message- > From: Curt Russell Crandall [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, May 09, 2001 1:57 PM > To:

RE: dbish questions

2001-05-09 Thread Jones Robert Contr 81 CS/SCK
Try ... $dbh->{AutoCommit} = 0; -Original Message- From: Curt Russell Crandall [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 09, 2001 1:57 PM To: [EMAIL PROTECTED] Subject: dbish questions There's a couple of things I'm having a proble with when trying to use dbish. First, I wan