#1
|
|||
|
|||
ADO database query results
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? |
#2
|
|||
|
|||
I am am using ADO object to query results as specified in the server.bld (samples) file.
|
#3
|
|||
|
|||
Loop over each row of results and process the field values like in the sample.
|
|
|