MySQL Forums
Forum List  »  MySQL Query Browser

MySql Query Browser error
Posted by: Ciaran O'Neill
Date: April 27, 2005 05:50AM

Hi,

I'm using MySql query browser 1.1.6 to build my query statements before I enter them into my application logic.

However I keep getting an error when i try and perform more than 1 select:

select * from class;
select * from action;

Both tables exist and there is data in both. When executed individually with 1 select in the SQL Query Area they both work fine. But when both are there i get the error:

"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 ';
select * from action' at line 1"

I would expect this to return 2 Results Sets (as it does in mysql command line)

Anyone have any ideas or si this just a bug in MySql Query Browser?

TIA,
Ciaran.

Options: ReplyQuote


Subject
Written By
Posted
MySql Query Browser error
April 27, 2005 05:50AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.