 |
BorlandTalk.com Borland discussion newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
Jerzy Gajewski Guest
|
Posted: Mon Dec 15, 2003 8:25 am Post subject: Reading dBase IV tables |
|
|
I have application in Delphi 2.0. My applicationns uses dBase IV tables to
store data. How to read this table in JBuilder ?
|
|
| Back to top |
|
 |
Owen Green Guest
|
Posted: Mon Dec 15, 2003 1:21 pm Post subject: Re: Reading dBase IV tables |
|
|
On Mon, 15 Dec 2003 09:25:08 +0100, Jerzy Gajewski wrote:
| Quote: | I have application in Delphi 2.0. My applicationns uses dBase IV tables to
store data. How to read this table in JBuilder ?
|
Ideally via JDBC, for portability. Here's a list from sun of JDBC drivers
that support dBase.
http://tinyurl.com/zao0
If you're on windows, apparently you can use the JDBC-ODBC bridge.
Or, if you're happy using a proprietary API
http://www.americancoders.com/xBaseJ/
--
Owen
|
|
| Back to top |
|
 |
Scott Guest
|
Posted: Mon Apr 05, 2004 2:39 pm Post subject: Re: Reading dBase IV tables |
|
|
Jerzy,
For more details on how to write JDBC-based applications, here's the
tutorial from Sun:
http://java.sun.com/docs/books/tutorial/jdbc/basics/index.html
"Jerzy Gajewski" <achero (AT) bmk (DOT) pl> wrote
| Quote: | I have application in Delphi 2.0. My applicationns uses dBase IV tables to
store data. How to read this table in JBuilder ?
|
|
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|