in reply to Re: DBD::CSV not connecting
in thread DBD::CSV not connecting

Thank you jZed. I took your connect statement directly and still encountered the same error. The dbitrace was still hanging on the statement

-> DBI->install_driver(CSV) for dynixptx perl=5.006001 pid=25729 ruid=50195 euid=50195

I then did a find for the CSV.pm file itself inside the DBD folder and it wasn't there. The module management is not very good here and they are challenged managing modules built for a variety flavors of Solaris, Sequent and Windows. Modules that exist in some environments are missing in others. That's were the fun begins!!

I would expect DBD to error out when it cannot find the CSV.pm file though, wouldn't you?
Thanks ETP

Replies are listed 'Best First'.
Re^3: DBD::CSV not connecting
by jZed (Prior) on Sep 27, 2004 at 19:41 UTC
    If I rename ...site/lib/DBD/CSV.pm, the script above does error out with "install_driver(CSV) failed: Can't locate DBD/CSV.pm in @INC..." as it should. If you're not getting that error message, then perhaps you have a CSV.pm somewhere else in your @INC, or else you haven't turned RaiseError on for the connect, or have some other bug in your error reporting strategy.