From: Chap Harrison <c...@pobox.com> > I have a Perl app that makes SQL queries to DBF (DBase IV) databases. > I haven't found a reliable DBI::DBD module for accessing DBase IV, but > I do have a copy of the JDBC library, so I wrote a simple Java > command-line program that accepts a database path and a query on the > command line, connects to the database, executes the query, and writes > the result set to STDOUT. ...
Did you try DBD::ODBC? I do believe there are still ODBC drivers for dBaseIV installed on your computer so this should work. What problems did not you have? Jenda ===== je...@krynicky.cz === 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: beginners-unsubscr...@perl.org For additional commands, e-mail: beginners-h...@perl.org http://learn.perl.org/