Tim Bunce > DBI-1.14 > DBD::ADO

Download:
DBI-1.14.tar.gz

Dependencies

Annotate this POD

Related Modules

DBD::ODBC
Win32::ODBC
Win32::OLE
DBD::Sybase
Class::DBI
DBD::CSV
DBD::mysql
Rose::DB
Data::Dumper
HTML::Template
more...
By perlmonks.org

CPAN RT

New  4
Open  1
View Bugs
Report a bug
Module Version: 1.17   Source  

NAME ^

DBD::ADO - A DBI driver for Microsoft ADO (Active Data Objects)

SYNOPSIS ^

  use DBI;

  $dbh = DBI->connect("dbi:ADO:dsn", $user, $passwd);

  # See the DBI module documentation for full details

DESCRIPTION ^

To be written

ADO ^

It is strongly recommended that you use the latest version of ADO (2.1 at the time this was written). You can download it from:

  http://www.microsoft.com/Data/download.htm

AUTHORS ^

Phlip and Tim Bunce. With many thanks to Jan Dubois, Jochen Wiedmann and Thomas Lowery for additions, debuggery and general help.

SEE ALSO ^

ADO Reference book: ADO 2.0 Programmer's Reference, David Sussman and Alex Homer, Wrox, ISBN 1-861001-83-5. If there's anything better please let me know.

http://www.able-consulting.com/tech.htm