Hi All
new to this list, can anybody tell me if this can be done

I have a Apache running on a Win98 system. I also
have active perl running, I would like to run MySQL on
it can this be done.
If so how do I install the DBI module to Active Perl?
If I install MySQL how do I tell perl where is it?
so the following line would work.

$dbh = DBI->connect("DBI:mysql:database=$dbname", "$dbuser",
"$dbpassword",{RaiseError => 1});
$sth = $dbh->prepare("SELECT * FROM djdmain WHERE id = ?");
$sth->execute($ID) ;
$matches =$sth->rows();

any help or URL to how to set this up would be great.
thanks

Brian

Reply via email to