Hi all,
The query is "SELECT * FROM tblPages t WHERE t.SiteID=1000 AND t.DisplayModule = 'on' and t.Deleted = 'N' order by t.navorder"
When i execute the above query using
JDBC i get the following Exception:
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 'BY t.navorder' at line 1"
but when i execute the same query at the command prompt it works without any problem.
I am using MySQL 4.1 database
Please help,
Seshu