|
DBD::ADO - A DBI driver for Microsoft ADO
|
DBD::ADO - A DBI driver for Microsoft ADO (Active Data Objects)
This module is not included with the standard ActivePerl distribution. It is available as a separate download using PPM.
use DBI;
$dbh = DBI->connect("dbi:ADO:dsn", $user, $passwd);
# See the DBI module documentation for full details
To be written
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
Phlip and Tim Bunce. With many thanks to Jan Dubois, Jochen Wiedmann
and Thomas Lowery for additions, debuggery and general help.
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
|
|