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

_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to