Hello,
We have build an ASP.NET intranet solution thats getting, updating and inserting data from Navision 3.60 via the C/ODBC connector.
The intranet application is used by 20 users and after each quarter the webserver(IIS) must be reset because the intranet application has a timeout.
Is there a better C/ODBC driver or an other solution to make the connection with navision better???
Please help.
Friendly Regards,
Hans de Graaf
Senior Webdeveloper
0
Comments
When using .net, I couldn't use a lot of the functionality becuase of limitations in the ODBC driver. I recieved many error messages that said the ODBC driver doesn't support those commands. Are there any workarounds, or pointers that you can give me when using the driver??
Also, what is the issue you see when you have to restart IIS?? Did you do any performance monitoring to see what the problem might be??
Mike
simply use NAS (Navision Application Server) to communicate whith the ASP.NET-site using XML as data-format and MSMQ or Socket-Bus as
transport-layer.
The greatest advantage about using C/ODBC is, that the triggers within the tables are used and that you can read from and write to the database...
Stefan
Do you have a pointer to how to use NAS with ASP.net?? Or even how to use NAS in general programming terms???
Mike
Do you have any experience with C/FRONT?
How do I get NAS and do you have an example?
Regards