Ingperl

Ingperl module allows Perl access to Ingres databases for old ingperl scripts.
Download

Ingperl Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Ingperl team
  • Publisher web site:
  • http://search.cpan.org/~htoug/DBD-Ingres-0.51/Ingperl.pm

Ingperl Tags


Ingperl Description

Ingperl module allows Perl access to Ingres databases for old ingperl scripts. Ingperl module allows Perl access to Ingres databases for old ingperl scripts.SYNOPSIS &sql('...'); &sql_exec('...'); @values = &sql_fetch; &sql_close; @types = &sql_types; @ingtypes = &sql_ingtypes; @lengths = &sql_lengths; @nullable = &sql_nullable; @names = &sql_names; $sql_version $sql_error $sql_sqlcode $sql_rowcount $sql_readonly $sql_showerrors $sql_debug @row1 = &sql_eval_row1('select ...'); @col1 = &sql_eval_col1('select ...');Ingperl is an extension to Perl which allows access to Ingres databases.The functions that make up the interface are described in the following sections.All functions return false or undefined (in the Perl sense) to indicate failure. Requirements: · Perl


Ingperl Related Software