Navision using automation server with MS Access

anilswamianilswami Member Posts: 21
any one who have any idea about Navision using automation server with MS Access.

Comments

  • Cem_KaraerCem_Karaer Member Posts: 281
    If you only want to access MS Access tables, you should use ADO objects.
    Cem Karaer @ Pargesoft
    Dynamics NAV Developer since 2005
  • anilswamianilswami Member Posts: 21
    plz if yu have related code then send it is urgent.
  • Cem_KaraerCem_Karaer Member Posts: 281
    First of all, create a variable -say ADOConnection- with type Automation and subtype 'Microsoft ActiveX Data Objects 2.8 Library'.Connection then
    another variable -say ADORecordSet- with type Automation and subtype 'Microsoft ActiveX Data Objects 2.8 Library'.Recordset. Then use those two variables as in VB in order to access the tables, that's all.
    Cem Karaer @ Pargesoft
    Dynamics NAV Developer since 2005
  • anilswamianilswami Member Posts: 21
    If possible plz give me the code as i have not using VB.
Sign In or Register to comment.