From: Robert Citek <[EMAIL PROTECTED]> > At 10:47 PM 10/30/2002 +0100, Jenda Krynicky wrote: > >From: "Jerry Preston" <[EMAIL PROTECTED]> > >> Is it possible to access MS access from Perl? If so, how? > > > >Sure. Use DBI and DBD::ODBC or Win32::ODBC or Win32::ADO or DBI with > >DBD::ADO :-) > > Extending the question a bit, can I access an MS Access database > running on a Windows machine from a Linux box running perl?
Well ... I think you could use DBD::Proxy to access the database remotely. > And another variant: can I access an MS Access database file on the > vfat partition of my dual-boot machine with perl under Linux? Not sure. Maybe you'll find some ODBC drivers or whatever for this, but I really don't know. Jenda ===== [EMAIL PROTECTED] === http://Jenda.Krynicky.cz ===== When it comes to wine, women and song, wizards are allowed to get drunk and croon as much as they like. -- Terry Pratchett in Sourcery -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
