Class::DBI::MSSQL

Class::DBI for MSSQL
Download

Class::DBI::MSSQL Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Ricardo Signes
  • Publisher web site:
  • http://search.cpan.org/~rjbs/

Class::DBI::MSSQL Tags


Class::DBI::MSSQL Description

Class::DBI for MSSQL Class::DBI::MSSQL is just a simple subclass of Class::DBI; it makes Class::DBI play nicely with MSSQL, at least if DBD::ODBC is providing the connection.Here are the things it changes:* use SELECT @@IDENTITY to get last autonumber value* use INSERT INTO table DEFAULT VALUES for create({})It also implements some metadata methods, described below.SYNOPSIS use base qw(Class::DBI::MSSQL); # lots of normal-looking CDBI code Requirements: · Perl


Class::DBI::MSSQL Related Software