database connect in iphone simulator
Posted: Sat Jan 22, 2011 11:01 am
hallo,
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:
the connection id (here: tResult) in the simulator is not available. i tryed to write the id to a text field for debugging, but the field is empty:
does anybody had that problem before?
best
fred.
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.