is there a difference between livecode and the iphone simulator connecting to a mysql database ?
in livecode everything works fine, but in the simulator the database connect seems not to work.
i use this statement for connecting:
Code: Select all
put revOpenDatabase("MySQL", tDatabaseAddress, tDatabaseName, tDatabaseUser, tDatabasePassword) into tResult
Code: Select all
put tResult into field test
does anybody had that problem before?
best
fred.