Help for this page

Select Code to Download


  1. or download this
    package dbS::Sybase::Parse::SQL_File;
    
    ...
    }
    
    1;
    
  2. or download this
    use dbS::Sybase::Parse::SQL_File qw(open_file next_batch);
    
    ....
    ...
         dbh_do($local_dbh, $sql_batch);
      }
    }