Using ADO for a DBISAM database table

  • Thread starter Thread starter Gus Chuch
  • Start date Start date
G

Gus Chuch

I’m trying to see if I can open a remote database using ADO. The database
tables were created by DBISAM database system, which I have on my computer. I
would like to open the tables and then save them in a Access format. But I’m
not sure what my remoteConnection.Provider would be.
 
On Thu, 12 Mar 2009 06:08:02 -0700, Gus Chuch

What did the folks behind DBISAM tell you when you asked? They would
know about the ADO provider they wrote, if any.
You may have to use DBISAM to export the data to text, and then import
to Access.

-Tom.
Microsoft Access MVP
 
Back
Top