Hello everybody. I have a question, After sending a b4a app to a user, what is the best way to configure the connection string securely?, I understand that the user cannot have access to this information, in the case of an app for companies.
Hi Erel, thanks for responding. At the moment I'm using jdbc for a small application, and the question is what is the correct way to send connection data to two different users, that is, each one will connect to their sql server. I thought the ideal would be to send an activation code, where the app would look for the connection string on my server and save it encrypted in the device's sqlite or preferences. Would this be the way?
As for changing to JRDC2, yes, I know I need to change, can you recommend a manual or examples?
RDC is a middleware server that makes it simple to safely connect clients and remote SQL database servers. jRDC2 is the latest version. All new projects should use this version. jRDC2 is made of two components: - B4J server. The server receives the requests from the clients, issues the SQL...
Hi all: I'm starting (at last) to work with B4XPages, so I've started to adapt the B4XPages + B4XDrawer example. I think I’ve seen more examples with php + mysql, but no projects with Jrdc2. Maybe the dummy data and the UI are too basic, but you can get some ideas. What do we need? - A...