I want to use hibernate with MS Access. Which dialect should I use and can you give me a sample hibernate configuration file with MS Access?
You can use an other strategy and a free strategy to resolve this problem (HXTT is not free) :
http://www.programmingforfuture.com/2011/06/how-to-use-ms-access-with-hibernate.html
Personaly I got an exception when I try to reverse engineering the ms database (org.hibernate.exception.GenericJDBCException: Error while reading primary key meta data), yet it works for many people.