BTree

  • Thread starter Thread starter Jonathan Allen
  • Start date Start date
J

Jonathan Allen

Does anyone know how I can access a B-Tree file? (very old database)

An ODBC or OleDB provider is preferred, but anything I can access it from
programmatically would be useful. It is for a one-time import, so I wouldn't
mind using another language to generate the flat file first.
 
Jonathan Allen said:
Does anyone know how I can access a B-Tree file? (very old database)

An ODBC or OleDB provider is preferred, but anything I can access it from
programmatically would be useful.

ODBC is your best bet for legacy ISAM data sources.

ODBC drivers (210+ drivers)
www.SQLSummit.com/odbcvend.htm

JDBC drivers (100+)
www.SQLSummit.com/jdbcvend.htm

..NET providers (30+)
www.SQLSummit.com/dataprov.htm

OLE DB providers (53)
www.SQLSummit.com/oledbven.htm

XQuery engines (36)
www.SQLSummit.com/XQueryProv.htm


======== Ken North ===========
www.WebServicesSummit.com
www.SQLSummit.com
www.GridSummit.com
 
Unfortunately they don't have that one listed. Any other ideas?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top