Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.java.databases > #290

Re: Dbase and no 'Like' s

From "Lew" <lew@THRWHITE.remove-dii-this>
Subject Re: Dbase and no 'Like' s
Message-ID <WJadnajgOs4UaHbVnZ2dnUVZ_t-dnZ2d@comcast.com> (permalink)
Newsgroups comp.lang.java.databases
References <mj1ne49eiiuesangji0dpt95m6qruapbdu@4ax.com>
Date 2011-04-27 15:22 +0000
Organization TDS.net

Show all headers | View raw


  To: comp.lang.java.databases
Kees wrote:
> Unfortunatly I can't change the database. It is used by a big DBASE
> program (ugh...) running in a DOS window under Windows.

Wow.  That was notably out of date the last time I saw something like that, 
which was a FoxPro for DOS program running under Windows in 1999.

It is costlier to do what you're trying to do than to migrate the program, I 
predict.

If, as you say, there is a "big DBASE [sic] program" running, a JDBC driver 
won't be enough.  You'll need an interpreter for the dBASE code.

If you're migrating the code anyway, migrating the data will not cost much. 
Move it out of dBASE into a real database, say, PostgreSQL, for which there is 
a robust JDBC driver.  Many DBMSes will directly import .dbf files into tables.

-- 
Lew

---
 * Synchronet * The Whitehouse BBS --- whitehouse.hulds.com --- check it out free usenet!
--- Synchronet 3.15a-Win32 NewsLink 1.92
Time Warp of the Future BBS - telnet://time.synchro.net:24

Back to comp.lang.java.databases | Previous | Next | Find similar


Thread

Re: Dbase and no 'Like' s "Lew" <lew@THRWHITE.remove-dii-this> - 2011-04-27 15:22 +0000

csiph-web