Android Question Display Query result retreieved via RDC

newbie0121

New Member
Licensed User
Longtime User
I am learning the RDC module to access MSSQL database.
I got as far as returning a query using PrintTable(result).

Is there a way to store the data in a array instead?
 
Top