PPT Slide
$db = new Win32::ODBC(My DSN);
Connecting
Win32::ODBC
Connecting to a database
Make a new connection to a DSN:
You can specify userid & passwords:
$DSN = DSN=My DSN;UID=Dave;PWD=1234;
$db = new Win32::ODBC($DSN);
Previous slide
Next slide
Back to first slide
View graphic version