NHibernate configuration to connect to Visual FoxPro 8.0?
问题 Curious if anyone out there has ever connected NHibernate to Visual Foxpro 8.0? I'm looking to hook into a legacy data store, and would prefer to use NHibernate vs. having to hand-code all of the ADO.Net. If anyone has an example of the configuration XML file for a FoxPro 8 connection that would be great! 回答1: And figured out the solution: First, I needed to pick up the Visual FoxPro drivers (these are 9.0 but allowed me to work in 8.0). Next, I had to set up my NHibernate config as follows.