cant connect to mysql database

Got a LiveCode personal license? Are you a beginner, hobbyist or educator that's new to LiveCode? This forum is the place to go for help getting started. Welcome!

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller

Post Reply
Pistris
Posts: 148
Joined: Mon Jul 20, 2015 2:40 am

cant connect to mysql database

Post by Pistris » 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

Klaus
Posts: 14199
Joined: Sat Apr 08, 2006 8:41 am
Contact:

Re: cant connect to mysql database

Post by Klaus » Thu Aug 13, 2015 11:03 am

http://forums.livecode.com/viewtopic.ph ... 21#p130021

Please only ONE thread per question, thanks!

Post Reply