cant connect to mysql database
Posted: Thu Aug 13, 2015 1:52 am
The simulator and the actual iphone are giving me this error when trying to make the connection to the database.
revdberr invalid database type
Is this a bug? can someone with no problems connecting give me the version of livecode and xcode they are using so i can test it here and make sure if its a bug or not
i can connect perfectly if i generate a standalone app for windows or for mac
its only the iphone and the simulator who gives the error
even if the iphone is in airplane mode (no network connection) gives me the error
put revOpenDatabase("MySQL", tDatabaseAddress, tDatabaseName, tDatabaseUser, tDatabasePassword) into tResult
My LC version is 7.1.0 Indy and Xcode 6.4
thank you in advance for your help
revdberr invalid database type
Is this a bug? can someone with no problems connecting give me the version of livecode and xcode they are using so i can test it here and make sure if its a bug or not
i can connect perfectly if i generate a standalone app for windows or for mac
its only the iphone and the simulator who gives the error
even if the iphone is in airplane mode (no network connection) gives me the error
put revOpenDatabase("MySQL", tDatabaseAddress, tDatabaseName, tDatabaseUser, tDatabasePassword) into tResult
My LC version is 7.1.0 Indy and Xcode 6.4
thank you in advance for your help