Wish Connect to MySql

Marco Maria Vilucchi

Active Member
Licensed User
Longtime User
Hi i need to connect to MySql on internet
I sow code for B4A where there is a connection thru a PHP program
How can i connect my APP IOS with a MySql placed in internet?
TKS
Marco
 

Eumel

Active Member
Licensed User
Longtime User
You can do it same way as in B4A.

With httputils and php or if you have a virtual (or root) server, try it with RDC (RemoteDatabaseConnector)

---------
Eumel
 

Marco Maria Vilucchi

Active Member
Licensed User
Longtime User
same to android? with jobdone ect...?
i tried, but i have an error on:
Dim jobx As HttpJob
have you an example?
Witch libraries have i to add?
 
Top