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 should set $dbh->{LongReadLen} to the maximum record size, otherwise the records will be truncated. HTH, Thomas -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]