1 Answers1

0

I haven't done it for C#, but Python. It all boils down to the following steps:

  1. Install Navision ODBC Driver which is part of the Navision 2009 installation package.

  2. Set up an ODBC connection to your Navision server. (The ODBC Driver also has a connection test included)

  3. Use any ODBC library to connect to the ODBC DSN created in step 2.

  4. Use regular SQL syntax to communicate with the database

  5. edit/p.s.: Reading your question again. I think it's possible you are lacking the server part. As far as I know, you will need a running Navision server to interact with the fdb file.