PDA

View Full Version : ADO database query results


Shiamak
12-10-2014, 05:15 PM
I have been to connect to MYSQL database successfully however when I query the results of a table into a macro all I am getting is <Object> as value , I need to see the results of a query that is listing contents of a table.

.e.g. Select * from Atable.

is there a way?

Shiamak
12-10-2014, 05:40 PM
I am am using ADO object to query results as specified in the server.bld (samples) file.

kinook
12-10-2014, 06:34 PM
Loop over each row of results and process the field values like in the sample.