Hi
I'm a first-timer at DBon MySQL & Perl. Rightly or wrongly I have placed a DB in my CGI-BIN however
$dbh = DBI->connect('dbi:mysql:WOOFY_01', '', '',);
cannot connect for
$sqlstatement="SELECT * FROM WOOF";
$sth = $dbh->prepare($sqlstatement);
$sth->execute ||
die "Could not execute SQL statement ... maybe invalid?";
to do its stuff.
Any help would be appreciated.
Cheers [sig][/sig]
I'm a first-timer at DBon MySQL & Perl. Rightly or wrongly I have placed a DB in my CGI-BIN however
$dbh = DBI->connect('dbi:mysql:WOOFY_01', '', '',);
cannot connect for
$sqlstatement="SELECT * FROM WOOF";
$sth = $dbh->prepare($sqlstatement);
$sth->execute ||
die "Could not execute SQL statement ... maybe invalid?";
to do its stuff.
Any help would be appreciated.
Cheers [sig][/sig]