Re: beginning work with DBI

2002-02-04 Thread Brett W. McCoy
On Mon, 4 Feb 2002, Rob Ransbottom wrote: > Using DBI how do you explicitly start a transaction? > I wish to explicitly 'begin work' to avoid the merging > of separate transactions. > > DBI 1.13 > Postgres 7.1 > Perl 5.005 You should turn AutoCommit off when you create the database handle. Tehn

Re: beginning work with DBI

2002-02-04 Thread Douglas Wilson
- Original Message - From: "Rob Ransbottom" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, February 04, 2002 6:05 AM Subject: beginning work with DBI > Using DBI how do you explicitly start a transaction? > I wish to explicitly 'begin work&#x

beginning work with DBI

2002-02-04 Thread Rob Ransbottom
Using DBI how do you explicitly start a transaction? I wish to explicitly 'begin work' to avoid the merging of separate transactions. DBI 1.13 Postgres 7.1 Perl 5.005 rob Live the dream.