Help for this page

Select Code to Download


  1. or download this
    while($sth->odbc_more_results) {
      print "Restore outputs $DBI:errstr \n";
    }
    
  2. or download this
    my $sth = $db->prepare( $sql, { odbc_exec_direct => 1})