0

I am trying to connect to a DBISAM database. This database system is used mostly on Delphi. The table files are stored in a folder.

My question is: Is there a way to connect to these databases from vb.net? How should I go about doing that?

Alex
  • 13,024
  • 33
  • 62
  • Seems to be a number of ADO.Net data providers out there. example: http://www.contextsoft.com/products/dbisamnet/downloads.php – Nattrass Apr 25 '15 at 17:16

1 Answers1

0

I would recommend purchasing the ODBC driver from Elevatesoft for the version of DBISAM that you are using, and connect via ODBC.

John Easley
  • 1,551
  • 1
  • 13
  • 23