The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

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 debuggery and general help.