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
 
Back
Top