On Tue, 2004-07-13 at 20:42, Tim Bunce wrote:
> On Tue, Jul 13, 2004 at 05:04:17PM +0200, Michael Peppler wrote:

> > But for the "real" version the finish() call is optional, and is just
> > there to be complete and to behave in a way that would be (to me)
> > consistent with other situations.
> 
> Does finish() for INSERT statements do anything in DBD::Sybase?

No, other than making sure that the statement handle is cleared properly
(i.e. explicitly rather than implicitly with the DESTROY call)

But as Sybase BLK operations require an explicit cleanup I felt that
this would be a reasonable match (kind of like explicitly calling
$dbh->disconnect).

It might not map perfectly with the DBI spec though.

Michael
-- 
Michael Peppler                              Data Migrations, Inc.
[EMAIL PROTECTED]                       http://www.peppler.org/
Sybase T-SQL/OpenClient/OpenServer/C/Perl developer available for short
or long term contract positions - http://www.peppler.org/resume.html


Reply via email to