I´m a NF 2.01 user.
Is it true that the ODBC driver that comes with NF is a Read-only driver?
I have tried to make a program in Visual Basic to write data into a NF table usin DAO and ODBC. I get the error message '[Navision Software A/S][Navision Financials ODBC Driver]Data source is read-only'.
If it is true that is read-only, how can I write data in a NF table from outside?
Thx
0
Comments
Go to the Control Panel/.../ODBC Data Source Administration dialog, select the C/ODBC data source you are using, and click 'Configure'.
On the 'C/ODBC Setup' dialog that appears, click the 'Options...' button. You should see a check box labled 'Read Only'. Clear this check box, and C/ODBC should support INSERT and UPDATE statements.
MVP - Dynamics NAV
My BLOG
NAVERTICA a.s.
IT WORKED!!!! .For some reason that i cannot understand the clause "RO=Yes" was in the connection string that I use to open the NF Database.
Thank you very much. You made me save a lot of time and money.
Thank you anyway for the warning.