###########################################################

  Perl            : 5.008008    (i386-freebsd)
  OS              : freebsd     (6.1-stable)
  DBI             : 1.53
  DBD::mysql      : 3.0004
  DBD::Sponge     : 11.10
  DBD::SQLite     : 1.12
  DBD::Proxy      : 0.2004
  DBD::Multiplex  : 2.00
  DBD::File       : 0.35
  DBD::ExampleP   : 11.12
  DBD::DBM        : 0.03
  DBD::CSV        : 0.22
  DBD::AnyData    : 0.08

##########################################################

For every database call, do, execute, ...etc I get the warning,

Use of uninitialized value in subroutine entry
at /usr/local/perl-5.8.8/lib/site_perl/5.8.8/i386-freebsd/DBD/Proxy.pm
line 567.

Which is " 'NUM_OF_FIELDS' => $numFields, ".

I don't think this matters but, the proxy is connecting to DBD::Oracle,
the connect is in another module that is inherited by the module I am 
testing.  

I am also getting disconnect errors on the DESTROY,

        (in cleanup) DBD::Proxy::db disconnect failed: Can't call method
"disconnect" on an undefined value
at /usr/local/perl-5.8.8/lib/site_perl/5.8.8/i386-freebsd/DBD/Proxy.pm
line 311 during global destruction.

        (in cleanup) DBD::Proxy::db DESTROY failed: Can't call method
"disconnect" on an undefined value
at /usr/local/perl-5.8.8/lib/site_perl/5.8.8/i386-freebsd/DBD/Proxy.pm
line 311 during global destruction.


My eyes are glazing over, so any help would be appreciated.  I'm sure it
is something simple I am missing here...


Thanks.


-- 
Scott T. Hildreth <[EMAIL PROTECTED]>

Reply via email to