PrécédentTable des matière Suivant
 

4.10.2 Installer ActiveState Perl sous Win32

To install the MySQL DBD module with ActiveState Perl on Win32, you should do the following:

If you can't get the above to work, you should instead install the MyODBC driver and connect to MySQL server through ODBC.

use DBI;
$dbh= DBI->connect("DBI:ODBC:$dsn","$user","$password") || 
  die "Got error $DBI::errstr when connecting to $dsn\n";
Table des matières
PrécédentNexen.netSuivant