Re: DBD::Oracle and ErrCount



On Thu, Oct 13, 2005 at 05:49:38PM -0300, Adriano Ferreira wrote:
> DBI docs say:
>
> The ErrCount attribute was added in DBI 1.41. Older drivers may
> not have been updated to use set_err() to record errors and so
> this attribute may not be incremented when using them.
>
> DBD::Oracle 1.16 is one of those drivers that are not using set_err() yet?

It does use set_err (and the XS equiv DBIh_SET_ERR_*). Did you try it?

Tim.
.



Relevant Pages

  • DBD::Oracle and ErrCount
    ... DBI docs say: ... The ErrCount attribute was added in DBI 1.41. ... not have been updated to use set_errto record errors and so ... DBD::Oracle 1.16 is one of those drivers that are not using set_erryet? ...
    (perl.dbi.users)
  • Re: DBI v2 - The Plan and How You Can Help
    ... >>that Perl + DBI needs to work with. ... > occasisionally greatly insane) drivers that do strange and wonderful things. ... > I have an increasing suspicion that having open design processes like ... Perl6 features - especially as it would have helped kick-start my own ...
    (perl.dbi.users)
  • DBI/DBD::DB2
    ... I am trying to write a perl script to connect to our DB2 database and ... and did a manual build of DBI with Visual Studio's ... addressee, you must not use, copy, disclose, or take any action based on ...
    (perl.dbi.users)
  • RE: $sth->{NAME} doesnt work
    ... Jayson Pifer - Thanks for pointing out that you need to execute() a ... surprising since the column labels can be determined without seeing the ... For DBI, ... Perhaps this will mean drivers ...
    (perl.dbi.users)
  • Re: most drivers share error variable for sth/dbh handles?
    ... "The DBI resets $h->err to undef before almost all DBI method calls, so the value only has a short lifespan. ... Given the "most drivers" above I presume some drivers don't share the error variable for database and statement handles. ...
    (perl.dbi.users)