Hi,
I'm looking for a free JDBC driver for dbf files using NTX and/or CDX index
files.
I google for it and I found many drivers you must pay and many free java
libraries (not JDBC ) for working with dbf. If you could help me find such a
diver I will be very greatfull.
In another hand, suposing I fail to find such a driver do you think writing
my JDBC driver using those free libraries woul be very dificult ? (they do
not implement SQL query so...)
Thank you for any help
Mladen Adamovic - 26 Apr 2004 15:47 GMT
If use succed using those libraries (I didn't) I suggest convert its data
into SQL statements to fill some server (MySQL, PostgreSQL, etc. ) and then
after you fill that server use JDBC....
I mean you just copy database structure into create table statement, and
copy database entries into insert statements.
> Hi,
>
[quoted text clipped - 8 lines]
>
> Thank you for any help
SMMT - 29 Apr 2004 00:17 GMT
"Mladen Adamovic"
> If use succed using those libraries (I didn't) I suggest convert its data
> into SQL statements to fill some server (MySQL, PostgreSQL, etc. ) and then
> after you fill that server use JDBC....
I can't convert. The data base is third party and so I cannot move it to
another format.
That's why I'm stick with this very old DB .
Davis Swan - 28 Apr 2004 17:06 GMT
> Hi,
>
[quoted text clipped - 8 lines]
>
> Thank you for any help
The tinySQL JDBC driver will read and write DBF files, but does NOT
make use of index files. It is completely license free and can be
used for any purpose without restriction. Unfortunately, there are
many limitations to it, some of which I am in the process of fixing.
You can find it at www.sourceforge.com by doing a search. The new
version will be announced at www.sqlmagic.com.
SMMT - 29 Apr 2004 00:20 GMT
"Davis Swan"
> The tinySQL JDBC driver will read and write DBF files, but does NOT
> make use of index files. It is completely license free and can be
> used for any purpose without restriction. Unfortunately, there are
> many limitations to it, some of which I am in the process of fixing.
Thank you I will be considering that.
Ken North - 29 Apr 2004 23:10 GMT
> I'm looking for a free JDBC driver for dbf files using NTX and/or CDX index
> files.
Updated driver, provider and extender lists are now available at SQLSummit.com.
Check the "data sources supported" column for dBASE, FoxPro, etc.
JDBC drivers (112)
www.SQLSummit.com/jdbcvend.htm
XQuery engines (30)
www.SQLSummit.com/XQueryProc.htm
ODBC drivers (212)
www.SQLSummit.com/odbcvend.htm
JDBC drivers (112)
www.SQLSummit.com/jdbcvend.htm
.NET providers (20)
www.SQLSummit.com/dataprov.htm
OLE DB providers (53)
www.SQLSummit.com/oledbven.htm
DB2 Extenders (18)
www.SQLSummit.com/extendven.htm
----------------------------------
Ken North
www.WebServicesSummit.com
www.SQLSummit.com
www.GridSummit.com (coming soon)