in reply to Re: Mysql module
in thread Mysql module
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);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Mysql module
by taint (Chaplain) on Jun 01, 2014 at 07:37 UTC |