Help for this page

Select Code to Download


  1. or download this
    if ($data->Sql($SQL)) {
        print "The SQL failed.\nError:" .Error();
    } else {
        print "Sql inserted\n"
    }
    
  2. or download this
    use strict;
    use Win32::ODBC;
    ...
        print "Sql inserted\n"
    }
    $data->Close();