Hi ,
I am using this setting for MS Access Dialect for Hibernate.
But getting Error while parsing of hibernate.cfg.xml
<property name="hibernate.dialect">net.sf.hibernate.dialect.MSAccessDialect</property>
<property name="hibernate.conn.driver_class">sun.jdbc.odbc.JdbcOdbcDriver</property>
<property name="hibernate.conn.url">
jdbc
dbc:;DRIVER=Microsoft Access Driver (*.mdb);DBQ=C:\health\hibernateData.mdb
</property>
Error is : Value must be declared for element type "property".
Please help on this.
Regards,
Prabhat