D-ISAM is a very common database format for medium to large companies. D-ISAM uses a row-based text file for data and a separate .IDX (index) file.

I would think that a generic OLE DB provider for D-ISAM or compatible formats would be easily available. So far, however, I have only found expensive third-party solutions.

There are tools available to write our own, but why reinvent the wheel?

I would greatly appreciate it if someone could give me information about where I can get my hands on a public-domain or inexpensive OLE DB Provider for D-ISAM. At the moment, this is a major stumbling block for a project.


------------------

= Lonny