I am just getting started using NHibernate, and have studied the tutorial from The Code Project (
http://www.codeproject.com/KB/database/ ... imple.aspx).
Does NHibernate support Microsoft Access 2007?
My existing application uses an Access 2007 provider, "Provider=Microsoft.ACE.OLEDB.12.0". I use Access because it is easy to create new databases by just copying the MyProjectSeed.accdb file.
If Access 2007 is not supported, I would consider two alternatives: creating a SessionFactory implementation that does support Access 2007, or switching to say SQL Server 2005 Express. I would look for advice and / or comment on either of these two alternatives, too.
Gary