Help for this page

Select Code to Download


  1. or download this
    #! perl
    use strict;
    ...
    else {
      die ("ERROR: couldn't create DSN '$dsn': ".Win32::ODBC::Error());
    }
    
  2. or download this
         "DATABASE=$database",
         "UID=$uid", "PWD=$password",
         "Trusted_Connection=Yes",