I am trying to run the server example here:
www.b4x.com
In Class RDCHandler of RDC-Server there is this line of code:
B4J reports this as
How do I sort out this error that I am getting?
[B4X] jRDC3 - remote database connector
This is version 3 of the beloved RDC / jRDC feature - a middleware server that makes it simple to safely connect clients and remote SQL database servers. This update simplifies the clients API (the previous API was implemented before Resumable Subs feature was fully implemented). The data...
In Class RDCHandler of RDC-Server there is this line of code:
B4J code directly from the B4J server:
res.Rows = lres.mInternalArray.SubList(lres.mFirstDataRowIndex, lres.mInternalArray.Size)
B4J reports this as
B4X:
Unknown member: sublist
Unknown member: sublist
RDCHandler - 97: Unknown member: sublist
How do I sort out this error that I am getting?