Re: mySQL connection fine in LiveCode but error in standalone

2017-05-07 Thread Kaveh Bazargan via use-livecode
It worked!!! Thank you so much Matthias and Mike. :-) On 7 May 2017 at 17:57, Matthias Rebbe via use-livecode < use-livecode@lists.runrev.com> wrote: > Hi Kaveh, > > by any chance, are you using LC9 DP6? > I noticed exactly this in DP6 and went back to DP5. > > It seems to be a regression bug in

Re: mySQL connection fine in LiveCode but error in standalone

2017-05-07 Thread Matthias Rebbe via use-livecode
Hi Kaveh, by any chance, are you using LC9 DP6? I noticed exactly this in DP6 and went back to DP5. It seems to be a regression bug in DP6. See http://quality.livecode.com/show_bug.cgi?id=19429 Regards, Matthias Matthias Rebbe Bramkampsie

Re: mySQL connection fine in LiveCode but error in standalone

2017-05-07 Thread Kaveh Bazargan via use-livecode
Hi Mike Thanks for the reply there is indeed a dbmysql.bundle included in the package. should that not be there? The database should be connecting on openstack. But there is also a separate button that should connect, but that is giving the same error. On 7 May 2017 at 00:56, Mike Bonner via u

Re: mySQL connection fine in LiveCode but error in standalone

2017-05-06 Thread Mike Bonner via use-livecode
I'm wondering if the mySql db driver is being included. If you view the package contents then drill down to Contents/MacOS/Externals/database_drivers is there a dbmysql.bundle folder? Another thing to check would be WHEN do you try to open the database? If you do it in preopenstack, you might be

mySQL connection fine in LiveCode but error in standalone

2017-05-06 Thread Kaveh Bazargan via use-livecode
Hi folks I am a definite newbie to databases, but I have been reading from a mysql database on the Mac running LC 9. The command is: revOpenDatabase("MySQL", DatabaseAddress, DatabaseName, DatabaseUser, DatabasePassword) When I export to standalone I get the "revdberr, invalid database" type err