Help for this page

Select Code to Download


  1. or download this
    $DSN = "My DSN";
    if (!($db = new Win32::ODBC($DSN))){
        print "Error connecting to $DSN\n";
        print "Error: " . Win32::ODBC::Error() . "\n";
        exit;
    }