in reply to Help on DBI/DBD Oracle needed.
Do you get any errors? Perhaps if you add:
or die $DBI::errstr;
to the end or your connect statements, that might give you some idea what is going on.
Good luck,
Anne
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Re: Help on DBI/DBD Oracle needed.
by dba (Monk) on Apr 24, 2004 at 21:03 UTC |
In Section
Seekers of Perl Wisdom