> Here's how I used to connect using DBI and DBD::ODBC.  I 
> would pass the access database's name as a parameter.  From 
> here you can just use dbi and SQL to manipulate the DB.  If 
> you need more help with DBI I would recommend posting in the 
> dbi-users group.
> 
> my $dbh = DBI->connect("dbi:ODBC:driver=Microsoft Access 
> Driver (*.mdb);dbq=$ARGV[0]", '','') || die "$DBI::errstr\n";
> 
Thanks!

--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to