org.springframework.dao.InvalidDataAccessResourceU sgaeException
Hi,
I have added a new domain class to my existing grails project.
When I click on link I am getting below error message.
Error 500: org.springframework.dao.InvalidDataAccessResourceU sgaeException: could not execute query
nested exception is org.hibernate.exception.SQLGrammarException: could not execute query
Invalid object name 'reports'
My application is connecting to MSSQL database
Please help me in resolving this issue.
Thanks,
Prasad
org.springframework.dao.InvalidDataAccessResourceU sgaeException
Hi,
Yes you right there is no table with "reports" in the database.
May be I am going in wrong direction please correct me.
I want create reports for my existing Grails application.
For this I need a page where I can add filters.
Can you please tell me how this can be done.
Regards,
Prasad