Error retrieving data from mysql on Localhost

Stimulsoft Reports.PHP discussion
Post Reply
robynz
Posts: 2
Joined: Wed Dec 23, 2015 2:44 am

Error retrieving data from mysql on Localhost

Post 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
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: Error retrieving data from mysql on Localhost

Post 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.
robynz
Posts: 2
Joined: Wed Dec 23, 2015 2:44 am

Re: Error retrieving data from mysql on Localhost

Post 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
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Re: Error retrieving data from mysql on Localhost

Post 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.
Post Reply