Android Question Connect to the database on the server

Snger

Member
how Connect to the database mysql from the server
When I have
' database host: ???
' database user: ???
' database name: ???
' database password: ???
 

teddybear

Well-Known Member
Licensed User
This is an example of how to connect to MySQL
 
Upvote 0

DonManfred

Expert
Licensed User
Longtime User
The suggested solution is to setup a JRDC2 on your Server and communicate from your B4A app to the jRDC2.
 
Upvote 0

Star-Dust

Expert
Licensed User
Longtime User
 
Upvote 0

aeric

Expert
Licensed User
Longtime User
Here is an example of B4A app connecting to MySQL server using PHP web service/API.

Here is another simple example:
 
Upvote 0
Top