Page 1 of 1

Error retrieving data from mysql on Localhost

Posted: Wed Dec 23, 2015 2:52 am
by robynz
hello

I just downloaded the trial. I have a (brand new) local bitnami wordpress stack I want to trial it with.

I can connect to the database but I can't retrieve any data. When I press retrieve columns I get this error message:

You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'LIMIT 1' at line 1

any suggestions?

thanks

Re: Error retrieving data from mysql on Localhost

Posted: Wed Dec 23, 2015 6:57 am
by HighAley
Hello.

Please clarify which version do you use, Flash or JS?
What SQL query do you use?
Are you sure that there is no a ny error in your query?
Please, send us this query.

Thank you.

Re: Error retrieving data from mysql on Localhost

Posted: Wed Dec 23, 2015 10:41 am
by robynz
Im using the Windows trial of designer for PHP

no query involved - I cant get that far. This error occurs when I try to access the database after I connect.. The connection message says it connected ok but when I try to retrieve any information this error message comes up

thanks for your help

Re: Error retrieving data from mysql on Localhost

Posted: Wed Dec 23, 2015 12:16 pm
by Alex K.
Hello,

We are found the issue. Will be fixed in the next build.
On current build if you uses "limit" in the query, try to use the uppercase symbols:
SELECT * FROM Table1 LIMIT 1

Thank you.