ADO

bartwyckmansbartwyckmans Member Posts: 39
edited 2001-11-26 in Navision Financials
Hi,

Please can anyone help me to build a good function to retrieve a recordset in vb with ADO. I can make a connection to the navision data, but retrieve a recordset don't work. He always give me an error.
[Navision Software a/s][Navision Financials ODBC Driver]Expected lexical element not found:

thanks <img border="0" title="" alt="" src="images/smiles/icon_mad.gif" />

Comments

  • MartinFKMartinFK Member Posts: 43
    Hi bart!

    I am always using the Data Environment to create Connections and Recordsets. All you have to do in the sourcecode is to say:

    recordset.open

    BR,
    Martin
Sign In or Register to comment.