AnnMary.Thomas Posted August 11, 2014 Share Posted August 11, 2014 I am using the latestJaspersoft 5.6.0 studio. I have reports with complex queries involving function calls joinswith + symbol etc.So when I am putting such queries in the query editor dialog it shows errors. The Language selected is SQL. I tried setting the language as PL/SQL also. But still it gives errors. Earlier I was working with ireport 4.0 and the queries used to work fine.Please give feedback Link to comment Share on other sites More sharing options...
richbl Posted August 11, 2014 Share Posted August 11, 2014 My own experience has shown that the query editor in JSS (5.5 and 5.6) has a tendency to show numerous false positive query errors. Sometimes even a space character can cause an error to fire.I'd recommend that you use a dedicated query tool such as Microsoft SQL Management Studio (Express version is a free download) or various online options. I've used these many times as a "tie breaker" to determine the legitimacy of JSS query errors. Link to comment Share on other sites More sharing options...
Solution hozawa Posted August 11, 2014 Solution Share Posted August 11, 2014 Just use SQL editor for the database you're using (e.g. SQL Plus) to check SQL syntax.If you encounter an error with Studio, just create a bug report at Tracker to get the Studio fixed. Until it gets fixed, just ignore the error messages. That's what I do. Link to comment Share on other sites More sharing options...
AnnMary.Thomas Posted August 12, 2014 Author Share Posted August 12, 2014 So should I keep the language selected as SQL or PL/SQL for complex queries which has user defined function calls, unions ,joins etc Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now