I've just downloaded the latest hibernator and hibernate.
I noticed there is no SQLDialect in the dropdown list when I try to add a connection.
I also get the null pointer exception when trying to set up a new connection on the example code (talking to a MSSQL db).
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
-
2003-12-09
The dialect must be select with dropdown list.
If you type the name of dialect, hibernator does't recognize it, and cause null pointer exception.
The dialects are hard-coded, so you can't use SQLDialect.
I think SQLServer might work with SybaseDialect.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
I've just downloaded the latest hibernator and hibernate.
I noticed there is no SQLDialect in the dropdown list when I try to add a connection.
I also get the null pointer exception when trying to set up a new connection on the example code (talking to a MSSQL db).
The dialect must be select with dropdown list.
If you type the name of dialect, hibernator does't recognize it, and cause null pointer exception.
The dialects are hard-coded, so you can't use SQLDialect.
I think SQLServer might work with SybaseDialect.
I am having the same problem, is there a way to add the sqldialect in the drop down? anyone.