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.
 
Back
Top