Help for this page

Select Code to Download


  1. or download this
    use DBI;
     
    $dbh = DBI->connect("dbi:JDBC:hostname=$hostname;port=$port;url=$url",
                        $user, $password);