Showing related tags and posts across the entire site.
-
Imcurrently working on a project to integrate a mobile solution to Navision. We have decided on a stagin table route directly into the underlying SQL database. I an currently having an issue with the Nav Time field, which is seen as datetime on the sql server table. This issue i have is using sql insert...
-
Moved to SQL
-
Hi! Well, there are basically two options I ould like to propose for your purposes: 1) Linked Object To have a real "lookup" - means opening a form which is displaying a list records - on an external table, you could create a View within the NAV database, querying the required data from the...
-
I am writing from Navision to a SQL Database using ADO 2.8. I can do this using ADOConnection.Execute but would like to do this using ADOCommand.Execute. Does anyone know how to instantiate the command object? By the way ADOCommand.ActiveConnection := ADOConn.State; does not work. Also what is the fastest...