If it a very old module, I may need to use a more current module.$dbh = Mysql->connect($dbServerHost, $dbNameOnly, $dbUser, $db +Passwd); if (! $dbh) { return 0; } print "<br>...connected"; print "<br>Getting table structure..."; my $fields = $dbh->listfields($table);
In reply to Re^2: Mysql module
by Anonymous Monk
in thread Mysql module
by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |