I have a database given to me of an unknown format. It has file extensions that are not of any known database. The client also gave me an install that puts a small EXE and a couple of DLL's on the computer to access the DB files.
I think one of the dll's handles the database operations. It's called infolink.dll, and I couldn't find anything reliable on the net as far as info goes.
When I try to add the dll to a blank
VB or
VB.NET project it complains with an error that it cant add the reference to the project. So I guess I need a way to:
1st determine the DLL's Functions and Methods
2nd Access it from
VB or
VB.NET
Help!
-------------------------
Beware of programmers with screwdrivers...