![]() |
|
Keep It Simple, Stupid | |
PerlMonks |
Accessing Microsoft Access Databasesby ant (Scribe) |
on Nov 09, 2000 at 19:36 UTC ( #40729=perlquestion: print w/replies, xml ) | Need Help?? |
ant has asked for the wisdom of the Perl Monks concerning the following question:
Hi,
I am planning on connecting to a microsoft access database sitting on an nt server (with activestate perl installed) accross a network from a unix box. I have installed the Perl Modules and configured the ODBC settings as discussed in 'Programming the Perl DBI', and I am confident that I will be able to connect to the database. My problem is actually querying the data on the the database. Do I issue the queries in SQL as part of the database handle. If there are already MIcrosoft Access queries on the database can these be fired from the Perl script and the results returned? Many thanks in advance to any answers or information returned. Ant
Back to
Seekers of Perl Wisdom
|
|