-
Hey DigiTecKid, i solved the problem, it was an misstake from Windows by mapping the folder names. In german there are Programme in the c drive and in english there are Program Files. So i try it with Programme and it dosent work. Now i open the Librarys with System.Environment.GetFolderPath(Environment...
-
Hi, i start develop with c/front and comes to my first problem. I start a new c# project and write following lines for onclick action of an button: NavisionNetType NetType; NavisionDriverType DriverType; NavisionValue Data; DriverType = NavisionDriverType.Sql; NetType = NavisionNetType.SqlDefault; CFrontDotNet...
-
Okay this client has a security problem they are scared of. The C/ODBC driver can be togled as we know on read only in options. Now this can't be locked. Any bit knowledgeable individual can move this and other options. (Time-out, cache, identifier) Apart of the fact always some wizz kid can wreck...
-
Hi Guru, I bring a new case 4 all. Please help/suggestion to me. Please let me explain my problem. Now i write CFront with VB.Net. I can connect with Native Server/Local Database(any database) and SQL Database. My problem is license. My client has 2 license only. When my VB.Net program is open another...
-
C/Front cannot be used. There is no interface between COM and Java. ODBC could be used if you are on sql and can use sql drivers. This works fine as I've used it many moons years ago. Sun build the interface calling it JODBC. Webservice is also an option, but you have to deal with windows Kerebores...
-
N/ODBC is the ODBC driver for the native Microsoft Dynamics NAV/Navision database. C/Front is the SDK (software development kit) for Microsoft Dynamics NAV/Navision. Basically that means that it's an API (application program interface) to develop third party applications integrated with Dynamics...
-
NODBC is a database driver into the native database server. C/FRONT is kind of an API. They are both described in detail in the Application Designer Guide, which you can find on your product CD in the doc folder, it is called w1w1adg.pdf. If you are working with NAV 2009 then the ADG is integrated into...
-
Hi everyone, I am new to Navision development - we are building an interface (ASP.NET / C#) that connects to a Dynamics Navision native database. We have tried using N/ODBC, but get "funny errors" all the time, so now it is time to try C/FRONT. The errors we get are something like "ERROR...
-
Hey DigiTecKid, i solved the problem, it was an misstake from Windows by mapping the folder names. In german there are Programme in the c drive and in english there are Program Files. So i try it with Programme and it dosent work. Now i open the Librarys with System.Environment.GetFolderPath(Environment...
-
Hi, i start develop with c/front and comes to my first problem. I start a new c# project and write following lines for onclick action of an button: NavisionNetType NetType; NavisionDriverType DriverType; NavisionValue Data; DriverType = NavisionDriverType.Sql; NetType = NavisionNetType.SqlDefault; CFrontDotNet...