N newbie0121 New Member Licensed User Longtime User Nov 4, 2013 #1 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?
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?
Erel B4X founder Staff member Licensed User Longtime User Nov 5, 2013 #2 The structure of the result object is explained here: http://www.b4x.com/android/forum/threads/remote-database-connector-connect-to-any-remote-db.31540/ You can also check the code in PrintTable. Upvote 0
The structure of the result object is explained here: http://www.b4x.com/android/forum/threads/remote-database-connector-connect-to-any-remote-db.31540/ You can also check the code in PrintTable.