DBD::MaxDB

DBD::MaxDB is a Perl module for MySQL MaxDB database driver for the DBI module version 7.6.0 BUILD 027-121-124-939.
Download

DBD::MaxDB Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • SAP AG
  • Publisher web site:
  • http://search.cpan.org/~maxdb/DBD-MaxDB-7.6.00.27/MaxDB.pm

DBD::MaxDB Tags


DBD::MaxDB Description

DBD::MaxDB is a Perl module for MySQL MaxDB database driver for the DBI module version 7.6.0 BUILD 027-121-124-939. DBD::MaxDB is a Perl module for MySQL MaxDB database driver for the DBI module version 7.6.0 BUILD 027-121-124-939.SYNOPSIS use DBI; $dbh = DBI->connect("dbi:MaxDB:$hostname/$dbname", "$user", "$password") or die "Can't connect $DBI::err $DBI::errstrn"; $sth = $dbh->prepare("SELECT 'Hello World' as WELCOME from dual") or die "Can't prepare statement $DBI::err $DBI::errstrn"; $res = $sth->execute() or die "Can't execute statement $DBI::err $DBI::errstrn"; @row = $sth->fetchrow_array(); ...See the DBI module documentation for full details.DBD::MaxDB is a Perl module which provides access to the MySQL MaxDB databases using the DBI module. It is an interface between the Perl programming language and the MaxDB programming API SQLDBC that comes with the MySQL MaxDB relational database management system.The DBD::MaxDB module needs to link with MaxDB's common database interface SQLDBC which is not included in this distribution. You can download it from the MySQL homepage at: http://www.mysql.com/maxdb Requirements: · Perl


DBD::MaxDB Related Software