Help for this page

Select Code to Download


  1. or download this
    my $dbh = DBI->connect('dbi:Sybase:server=the_server', $user, $passwor
    +d);
    $dbh->do("use Reportingdb");  # guessing from your error message