Help for this page

Select Code to Download


  1. or download this
    my $dbcon = DBI->connect ( 
       qq{dbi:ODBC:driver={SQL Server};Server=127.0.0.1;database=master;},
    ...
    $sth->execute();
    
    print $DBI::errstr;