Hi,
I have implemented the SqlDataSourceServlet example.  When I use
"WHERE" however I get an error whenever the ID has a space in it for
example:

SELECT * WHERE `My ID` = 'what I'm looking for'       -->  ERROR

SELECT * WHERE `MyID` = 'what I'm looking for'        -->  Returns
correctly!

It gives me an error saying that the SQL statement is not correct.  If
I run the exact same SQL statement from PHP with a space in the ID it
works fine so it must be a problem with the Google Data Source code.

I guess I can go through all my database tables and remove all spaces
from all the IDs but I didn't want to have to do that.

Any help is appreciated.  Thanks!

Regards,
Mark

-- 
You received this message because you are subscribed to the Google Groups 
"Google Visualization API" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-visualization-api?hl=en.

Reply via email to