|
|
sybperl-l Archive
Up Prev Next
From: Ken Fasman <ken at genome dot wi dot mit dot edu>
Subject: Re: DBI/DBD error handling?
Date: May 11 1998 8:34PM
Michael,
The DBI spec appears to be vague on this issue. Does the generic interface
allow for multiple errors to be raised and processed, or will one have to
implement a Sybase-specific extension as you did with "syb_more_results"?
As always, your speedy responses are *greatly* appreciated. (When do you
have time to get your own work done?)
Ken
On Mon, 11 May 1998, Michael Peppler wrote:
> Ken Fasman writes:
> > I have a general question about DBI, and a specific question about
> > DBD::Sybase:
> >
> > Am I correct in my understanding that $sth->err and $sth->errstr will
> > only contain the most recent errors raised by the SQL I have executed
> > from this handle?
>
> Yes - this is a bug (or at least a limitation) which I plan to fix.
>
> But don't ask me when... so if someone feels like tackling this (or
> other DBD::Sybase issues) please feel free!
|