hj4jc has asked for the wisdom of the Perl Monks concerning the following question:
When I try running it, I get a message that pops up:#!usr/bin/perl -w use SQL::Statement; use DBD::Oracle; $dbh = DBI->connect("dbi:Oracle:host=hostname;sid=something",username, +password); $dbh->do("select ID from study where NAME='$search_string_here'"); print "$dbh\n"; exit;
The procedure entry point Perl_Clockhook_ptr could not be located in the dynamic link library perl58.dll
And on the command line window, it says:
Compilation failed in require at C:\PlayGround\mysql.pl line 4. BEGIN failed--compilation aborted at C:\PlayGround\mysql.pl line 4.
I just want to grab an ID from Oracle! Any suggestions or help will be greatly appreciated.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Trying to use DBD::Oracle
by ptum (Priest) on Oct 24, 2006 at 16:47 UTC | |
by BigJoe (Curate) on Oct 24, 2006 at 18:03 UTC | |
by ptum (Priest) on Oct 24, 2006 at 18:47 UTC | |
by hj4jc (Beadle) on Oct 24, 2006 at 21:16 UTC | |
Re: Trying to use DBD::Oracle
by jzb (Hermit) on Oct 24, 2006 at 16:57 UTC | |
Re: Trying to use DBD::Oracle
by Errto (Vicar) on Oct 25, 2006 at 16:12 UTC | |
by hj4jc (Beadle) on Oct 25, 2006 at 22:06 UTC | |
by Errto (Vicar) on Oct 26, 2006 at 03:59 UTC |