RE: Perl and MS Access

2003-12-04 Thread Thomas Bätzler
Hello Shaunn, > I think I've seen it, but I don't know where - > > Isn't there a method to use Perl to connect to > some MS Access database and extract the > data into some other format (say, text). That works fine with the DBD::ODBC module. If you have got large records in the database, you sho

Re: Perl and MS Access

2003-12-04 Thread Casey West
Hi. I'm in the employ of Casey West, a list admin, to assist you with your question. I've taken the liberty to search Google using the Subject line you provided in your email to the list. I hope one of the links below will be of service to you. Sadly Google hasn't given us a nice, legal API for s

RE: Perl and MS Access

2001-08-16 Thread Steve Howard
Yes, and it is quite easy. You do need an access file to exist first, but once that exists, you can add tables and indexes, insert, update, delete select and anything else you might think of to do with it. You need the DBI module, and the DBD::ODBC module. Perldoc DBI will tell you how the DBI an