I hope
you are not new to programming.
------
Topic one
'DBI'
is a idea which provides a general purpose way to
access 'database' objects. DBI is the front end of the package and a
backend is always needed. One of the more common backends are
DBD::ODBC. I would guess you should start with this and use it to connect
to a MS Access database.
Questions about DBI and databases are usually best answered on the
database list.
------- Topic two
How
you get these is dependent upon what perl you really have installed. If
you have 'ActiveState' installed then you use a command called
'ppm'.
If you
have another version of perl installed then probably your best best is too
install it manually. You can download the file file from CPAN. You
can find CPAN by going to www.perl.org or www.perl.com and
drilling down. Find the DBI file unzip it and read the read me
files.
(The
users list, this list, is the best place to get questions answered about
installing modules.)
|
- Where to find the DBI.pm and how to get it work? spring.Z
- Joe Schell