Nav report to pull data from 'other' SQL database

TrippyZTrippyZ Member Posts: 87
Could someone walk me through the steps to get data from an external SQLServer database into a Navision report? Both the Nav db and the external db are running under the same SQLServer instance.
Professional Navision Developer

Comments

  • kinekine Member Posts: 12,562
    You can add view into the NAV DB which select the data from another database and add new table into NAV and use LinkedObject = yes to connect it to the view. Just search for the LinkedObject in the forum for more info.

    Another way is to use ADO (search for ADO).
    Kamil Sacek
    MVP - Dynamics NAV
    My BLOG
    NAVERTICA a.s.
Sign In or Register to comment.