B4J Question Calling the column value of DBResult in jRDC2

Mark Ryan Penafiel

Member
Licensed User
Longtime User
hi

How do you call the specific column value of DBResult

B4X:
Wait For (req) req_Result(res As DBResult)
      
Log(res.Columns.GetValueAt(1))

is not working

Thank you
 
Top