>Mark Martin writes ..
>
> >I'm looking for the quick and painless (idiots guide) instructions to
> >connect to an MS Access database running on NT from a Digital
> >UNIX machine.
> >
> >Need to knows:
> >
> >What DBD::  ?? needs installing
> >
> >How should the database handle look seeing as how there is no
> >instance for
> >an Access DB :
> >
> >$dbh1 = DBI->connect( "dbi:??:??", "username", "password" ) . Do I need
> >some software for this?

I think you want DBD::ODBC.  Hope this helps.

--
Peter Scott
Pacific Systems Design Technologies
http://www.perldebugged.com

Reply via email to