Access NAV data from .NET (and SQL Server 2000) ?

gadzilla1gadzilla1 Member Posts: 316
Hello all,

I've seen some great download samples/threads that allow a developer to use a .NET application to display NAV data.

We are using SQL Server 2000 and the samples seem to be geared towards 2005.

Does anyone out there have any objects/samples/threads that are gearded towards SQL Server 2000? I'd really love to use the .NET datagrid and interface.

Any help would be greatly appreciated! Thanks,

gad1 (newbie learing quickly)

Comments

  • kinekine Member Posts: 12,562
    1) You must know, that if you will access NAV data through .NET, best is to do it just in Read-only mode (reading only)
    2) You can use C/Front to read the data
    3) If you need to write into NAV data, use special table or create NAS application, which will communicate with your application in some way (sockets, MSMQ etc.)

    External application are not able to run NAV business logic and it is why the NAS is used to store data into NAV - to run all triggers etc.
    Kamil Sacek
    MVP - Dynamics NAV
    My BLOG
    NAVERTICA a.s.
Sign In or Register to comment.