Create a report that uses ADO (mysql) for its data

emulsifiedemulsified Member Posts: 139
I know how to write to Mysql using ADO from within Navision.

How do I read a table full of data in Mysql using ADO and havd it display as a report in Navision?

I know how to read the results but what code and where do you put it to have it display in report output?
Half-empy or half-full how do you view your database?

Thanks.

Comments

  • MBergerMBerger Member Posts: 413
    I'd say : Make a table in Navision with the same columns as the data you are getting, fill that from you ADO recordset and build the report on that table.
Sign In or Register to comment.