DBD::ADO - A DBI driver for Microsoft ADO


NAME

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


SUPPORTED PLATFORMS

This module is not included with the standard ActivePerl distribution. It is available as a separate download using PPM.

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

 DBD::ADO - A DBI driver for Microsoft ADO