Skip to main content



      Home
Home » Language IDEs » ServerTools (WTP) » Server Explorer problem
Server Explorer problem [message #116560] Wed, 06 July 2005 06:03 Go to next message
Eclipse UserFriend
I have problem with server explorer. When I connect to MySQL 4.0.1.2
(Eclipse 3.1 WTP M5) Explorer works correct shows me db and list of the
tables but it couldn't shows me collumns, and when I try to see whole
content of the table I got an Exception
"Starting run

SELECT * FROM "price"."items"

java.sql.SQLException: Syntax error or access violation message from
server: "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 '"price"."items"' at line 1"

tell me if something wrong I do.
Thanks
Re: Server Explorer problem [message #116588 is a reply to message #116560] Wed, 06 July 2005 08:54 Go to previous message
Eclipse UserFriend
> I have problem with server explorer. When I connect to MySQL 4.0.1.2
> (Eclipse 3.1 WTP M5) Explorer works correct shows me db and list of the
> tables but it couldn't shows me collumns, and when I try to see whole
> content of the table I got an Exception
> "Starting run
>
> SELECT * FROM "price"."items"
>
> java.sql.SQLException: Syntax error or access violation message from
> server: "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 '"price"."items"' at line 1"

I noticed this "bug" too yesterday. For now you need to write your own SQL
instead of using menu.

Instead of this construct (created by WTP) :

SELECT * FROM "price"."items"

write your own SQL command to SQL Scrapbook page :

SELECT * FROM items

Frantisek Augusztin
Re: Server Explorer problem [message #116613 is a reply to message #116588] Wed, 06 July 2005 08:38 Go to previous message
Eclipse UserFriend
Frantisek Augusztin wrote:
>>I have problem with server explorer. When I connect to MySQL 4.0.1.2
>>(Eclipse 3.1 WTP M5) Explorer works correct shows me db and list of the
>>tables but it couldn't shows me collumns, and when I try to see whole
>>content of the table I got an Exception
>>"Starting run
>>
>>SELECT * FROM "price"."items"
>>
>>java.sql.SQLException: Syntax error or access violation message from
>>server: "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 '"price"."items"' at line 1"
>
>
> I noticed this "bug" too yesterday. For now you need to write your own SQL
> instead of using menu.
>
> Instead of this construct (created by WTP) :
>
> SELECT * FROM "price"."items"
>
> write your own SQL command to SQL Scrapbook page :
>
> SELECT * FROM items
>
> Frantisek Augusztin
Thank you, Frantisek, But where can I found this "SQL Scrapbook page"?
Re: Server Explorer problem [message #116618 is a reply to message #116588] Wed, 06 July 2005 08:43 Go to previous message
Eclipse UserFriend
Frantisek Augusztin wrote:
>>I have problem with server explorer. When I connect to MySQL 4.0.1.2
>>(Eclipse 3.1 WTP M5) Explorer works correct shows me db and list of the
>>tables but it couldn't shows me collumns, and when I try to see whole
>>content of the table I got an Exception
>>"Starting run
>>
>>SELECT * FROM "price"."items"
>>
>>java.sql.SQLException: Syntax error or access violation message from
>>server: "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 '"price"."items"' at line 1"
>
>
> I noticed this "bug" too yesterday. For now you need to write your own SQL
> instead of using menu.
>
> Instead of this construct (created by WTP) :
>
> SELECT * FROM "price"."items"
>
> write your own SQL command to SQL Scrapbook page :
>
> SELECT * FROM items
>
> Frantisek Augusztin
I'm sorry I found it thank you again.
But still as I undestand when I try to export/generate dtd - it shows
tables without fields
Re: Server Explorer problem [message #116623 is a reply to message #116613] Wed, 06 July 2005 08:52 Go to previous message
Eclipse UserFriend
Andy wrote:

> Frantisek Augusztin wrote:
>>>I have problem with server explorer. When I connect to MySQL 4.0.1.2
>>>(Eclipse 3.1 WTP M5) Explorer works correct shows me db and list of the
>>>tables but it couldn't shows me collumns, and when I try to see whole
>>>content of the table I got an Exception
>>>"Starting run
>>>
>>>SELECT * FROM "price"."items"
>>>
>>>java.sql.SQLException: Syntax error or access violation message from
>>>server: "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 '"price"."items"' at line 1"
>>
>>
>> I noticed this "bug" too yesterday. For now you need to write your own
>> SQL instead of using menu.
>>
>> Instead of this construct (created by WTP) :
>>
>> SELECT * FROM "price"."items"
>>
>> write your own SQL command to SQL Scrapbook page :
>>
>> SELECT * FROM items
>>
>> Frantisek Augusztin
> Thank you, Frantisek, But where can I found this "SQL Scrapbook page"?

Ctrl+N : Data->SQL Scrabook Page
Previous Topic:adding user library to tomcat classpath
Next Topic:Porting WST-XSD-Editor to Swing
Goto Forum:
  


Current Time: Tue Apr 29 08:36:26 EDT 2025

Powered by FUDForum. Page generated in 0.03873 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top