Help for this page

Select Code to Download


  1. or download this
    $dbh = DBI->connect("dbi:Informix:$database", $user, $pass, %attr);
    $dbh = DBI->connect("DBI:Unify:dbname[;options]" [, user [, auth [, at
    +tr]]]);
    $dbh = DBI->connect("dbi:Oracle:host=$host;sid=$sid", $user, $passwd);
    
  2. or download this
    $dbh = DBI->connect(Informix => $database,             $user, $pass, %
    +attr);
    $dbh = DBI->connect(Unify    => "dbname[;options]",    $user, $pass, %
    +attr);
    $dbh = DBI->connect(Oracle   => "host=$host;sid=$sid", $user, $pass, %
    +attr);
    ...