Hi, I got a problem. I want to get data from a variable table name. Example:
B4A:
("id" is the table name)
jRDC2 Config File:
I hope you get the idea of what I need, and can help me to find the right solution. Thanks
B4A:
("id" is the table name)
B4X:
Sub GetCuponCode(id As String)
Dim req As DBRequestManager = CreateRequest
Dim cmd As DBCommand = CreateCommand("selectCuponCodeTenti", Array(id))
Wait For (req.ExecuteQuery(cmd, 0, Null)) JobDone(j As HttpJob)
End Sub
jRDC2 Config File:
B4X:
sql.selectCuponCodeTenti=SELECT * FROM ?
Last edited: