Marco Maria Vilucchi Active Member Licensed User Longtime User Jun 24, 2015 #1 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
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
E Eumel Active Member Licensed User Longtime User Jun 24, 2015 #2 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
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 Jun 24, 2015 #3 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?
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?