C# & ABC File of FileMaker Pro

  • Thread starter Thread starter leo
  • Start date Start date
L

leo

Hi !

I would like to know if there is a class or a library or something else
allowing C# to read in a ABC File ( the database file of the exe generated
by filemaker pro )

tank you
 
Leo,

I would look for a managed data provider for the filemaker database
files. However, if one is not available, there should be an ODBC driver, or
an OLEDB provider which allows you to access the data. You can then access
the data using the classes in the System.Data.Odbc or System.Data.OleDb
namespaces respectively.

Hope this helps.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top