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?
|