Re: Simple, synchronous interaction with a local server process

2010-06-27 Thread Jenda Krynicky
From: Chap Harrison > On Jun 26, 2010, at 7:34 AM, Jenda Krynicky wrote: > > > 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? > > I *think* the problem is that dBaseIV drivers

Re: Simple, synchronous interaction with a local server process

2010-06-26 Thread Chap Harrison
On Jun 26, 2010, at 7:34 AM, Jenda Krynicky wrote: > 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? I *think* the problem is that dBaseIV drivers cost money. The company that I

Re: Simple, synchronous interaction with a local server process

2010-06-26 Thread Jenda Krynicky
From: Chap Harrison > 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

Re: Simple, synchronous interaction with a local server process

2010-06-24 Thread Shlomi Fish
On Wednesday 23 Jun 2010 23:31:29 Chap Harrison wrote: > Hi, > > 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 t

Re: Simple, synchronous interaction with a local server process

2010-06-23 Thread Chas. Owens
On Wed, Jun 23, 2010 at 16:31, Chap Harrison wrote: > Hi, > > 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 t