Re: begin and commit w/ perl

2001-06-19 Thread Ilya Martynov
r When begining and commiting a transaction using perl and DBI, does the r commit need to come from the same statement handle as the begin or does it r just need to be from the same database connection handle? If you are using DBI for transactions you should have something like:

begin and commit w/ perl

2001-06-18 Thread ryc
When begining and commiting a transaction using perl and DBI, does the commit need to come from the same statement handle as the begin or does it just need to be from the same database connection handle? Thanks. ryan - Before