Options

How to Update a Table in Navision Database from SQL Server.

bbalajibbalaji Member Posts: 10
edited 2006-01-27 in Navision Financials
Hi

We are using Proprietary database and we want to extract data from sql server to update navision table(s) without using text files to import.


What means can we use to achieve this ?

Comments

  • Options
    krikikriki Member, Moderator Posts: 9,098
    If you Navison is on a SQL-DB, and you want to see the SQL-table in Navision, you can create a Navision-table with the same name and layout and set table-property "LinkedObject"=Yes. It is also possible to create a SQL-view and connect the Navision-table to that view.
    In this way, you can import the data from that table into Navision with a codeunit or a report.
    Regards,Alain Krikilion
    No PM,please use the forum. || May the <SOLVED>-attribute be in your title!


  • Options
    kinekine Member Posts: 12,562
    Of course, you can try to use N/ODBC (C/ODBC) to connect from MS SQL to Native DB for example in some DTS package...
    Kamil Sacek
    MVP - Dynamics NAV
    My BLOG
    NAVERTICA a.s.
  • Options
    DenSterDenSter Member Posts: 8,304
    You can also use the ADO object model directly in the C/AL editor.
Sign In or Register to comment.