Hi,
We would like to implement Hibernate 3.2 version in our application to interact with VSE DB2 database. I have been getting errors for simple query selection. Since VSE DB2 database does not support "AS" keyword for column alias we implemented native sql queries.
The native sql query worked well for single selection table but it failed when I do join on two tables.
Could you please suggest me whether I can use hibernate for VSE DB2 database?
I have not find any article on this specifc scenario and there are no dialects to support this.
Is there any way to bypass "AS" keyword.
Appreciate your suggestion.
Thanks,
Aravind[/b]
|