Hi,
I'm new to B4A and struggling to access a remote MySQL server from my B4A app. I don't have any more time to play around, trying to learn as I do so. I'm looking for someone to develop a simple demo app for me to:
1. Demonstrate how to Log-In to my remote MySQL server
2. Provide examples of how to Delete, Update and Insert data from the database
If interested, contact me at mike@ascove.com and we can discuss further. Payment terms to be agreed if interested.
Based on @Peter Simpson's code (here), I developed a library that allows you to connect directly to MySql, MsSql (for the moment) databases with B4A and B4J. To be clear, you don't need JRDC to connect to the database located on a server (I am working on a version for b4i, but it is only...
Hi Star-Dust,
I appreciate your response. The example you provided works perfectly. My misunderstanding was trying to use JRDC to connect to the remote server.
Thank to Erel for B4x. I have a created a project to make user authentication via Email very easy. A Verification Code is sent to the user's Email address which is provided during Signup. After successful verifying, the user then provide his/her biodata including password. The source code is...
Based on @Peter Simpson's code (here), I developed a library that allows you to connect directly to MySql, MsSql (for the moment) databases with B4A and B4J. To be clear, you don't need JRDC to connect to the database located on a server (I am working on a version for b4i, but it is only...
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...