DBD::Ingres

DBD::Ingres contains a DBI driver for Ingres database systems.
Download

DBD::Ingres Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Henrik Tougaard
  • Publisher web site:
  • http://search.cpan.org/~sreagle/DBD-Ingres-0.5206/Ingres.pm

DBD::Ingres Tags


DBD::Ingres Description

DBD::Ingres contains a DBI driver for Ingres database systems. DBD::Ingres contains a DBI driver for Ingres database systems.SYNOPSIS $dbh = DBI->connect("DBI:Ingres:$dbname", $user, $options, {AutoCommit=>0}) $sth = $dbh->prepare($statement) $sth = $dbh->prepare($statement, {ing_readonly=>1}) $sth->execute @row = $sth->fetchrow $sth->finish $dbh->commit $dbh->rollback $dbh->disconnect ...and many moreDBD::Ingres is a database driver for the perl DBI system that allows access to Ingres databases. It is built on top of the standard DBI extension and implements the methods that DBI requires.This document describes the differences between the "generic" DBD and DBD::Ingres. Requirements: · Perl


DBD::Ingres Related Software