2
votes

I'm working on an nHibernate project that uses an Access Database as the datasource (unfortunately). I'm having issues getting it working because I can't find a Jet driver that supports nHibernate 3.x.

I've downloaded the source from the trunk and compiled it, but it turns out it is still for nHibernate 2.x. Are there any ideas on where to find a new version, or how to get the older one to work with nHibernate 3.x?

1
What is the reason why you are restricted to using 3.x instead of just using 2.x (since your Jet driver already supports 2.x)?Stephen Kiningham
There were features in NH 3.x I needed to use that were not present in NH 2.x. I can't recall what they were now though.Origin

1 Answers

1
votes

Did you try to rebuild NHibernate.JetDriver agains NHibernate 3 or just use this?