MySQL in iOS apps?
paolo mazza
mazzapaoloitaly at gmail.com
Wed Mar 9 06:47:33 EST 2011
Gerry,
using the on-rev server, you can use LiveCode/Rev server to set up a
cgi to call the MySQL database. I have been using this for a small
application, and it works.
To connect to the database It is as simple as this:
put revOpenDatabase("mysql", tDatabaseAddress, tDatabaseName,
tDatabaseUser, tDatabasePassword)
Otherwise, you can set up a cgi using other languages (i.e. PERL , PHP ).
All the best, Paolo
More information about the use-livecode
mailing list