On Mon, 4 Mar 2002 14:50:25 -0500, Angela Chan wrote: >my $dbh = DBI->connect(dbi:ADO:TAS_Database) > or die "Can't connect to ADO database";
This is not your question, but you should quote the first parameter (or,
in this case, the only parameter) to the method call.
--
Bart.
