Hello,
Does anybody know, if it is possible to access any odbc-capable database through Navision C/AL-Code?
We have to access a Document Managment System which is separate from Navision-DB. We could write a program in SQL, but this query needs too much time.
0
Comments
ODBC DSN='TST'
MS Access Database 'task.mdb'
MS Access Database Table 'Groups'
Table Field 'GroupID'
VAR:
OBJdbConnection Automation('Microsoft ActiveX Data Objects 2.6 Library'.Connection);
RSGroups Automation('Microsoft ActiveX Data Objects 2.6 Library'.Recordset);
the first step is OK, i can connect the other DB without any error.But i can´t access any table. Everytime i got error""Expected lexical element not found <keyword>".