Hi
I'm a first-timer at DBonWWW using 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 ||...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.