I compiled successfully but now i want some help in this issue http://stackoverflow.com/questions/17517034/nhibernate-2-nhibernate-jetdriver-ms-access-how-to-access-attachment-fiel
Τη Δευτέρα, 8 Ιουλίου 2013 12:28:28 μ.μ. UTC+3, ο χρήστης Agelos panagiotakis έγραψε: > > any news on the effort of compilling jetdriver with nhibernate 3 ? > > Τη Τρίτη, 26 Ιουλίου 2011 11:53:38 π.μ. UTC+3, ο χρήστης Doc Saintly > έγραψε: >> >> I'm working on my first nHibernate project and piecing together some >> details from a few tutorials. I believe I have most of the mapping >> right, but it turns out that I can't get the Jet driver to work. >> >> After following the instructions on this page: >> http://www.thoughtproject.com/Snippets/NHibernateWithAccess/ >> I noticed that I was actually missing the Jet DLL. >> >> I went to the trunk and built one, as well as tried the one from here: >> http://coderead.wordpress.com/2010/10/20/nhibernate-jet-driver/ >> >> One of the comments on that page alludes to a solution involving the >> config file. Can anyone help with this? My config file is pasted >> below: >> >> <?xml version="1.0" encoding="utf-8" ?> >> <hibernate-configuration xmlns="urn:nhibernate-configuration-2.2" > >> >> <!-- For simplicity, the NHibernate configuration is stored in this >> file. >> It must be named hibernate.cfg.xml and marked in Visual Studio to be >> copied >> to the output folder. --> >> >> <session-factory> >> >> <!-- By default NHibernate is aggressive in closing connections >> between >> SQL statments. This unfortunately causes a problem when reading >> ID >> numbers assigned by Access (e.g. in AutoNumber fields). See >> comments >> in the Test 1 section of Program.cs. --> >> >> <!-- B<property name="hibernate.connection.release_mode">on_close</ >> property> --> >> >> <property >> name="connection.provider">NHibernate.Connection.DriverConnectionProvider</ >> >> property> >> <property name="dialect">NHibernate.JetDriver.JetDialect, >> NHibernate.JetDriver</property> >> <property >> name="connection.driver_class">NHibernate.JetDriver.JetDriver, >> NHibernate.JetDriver</property> >> >> <property name="show_sql">true</property> >> >> <property name="proxyfactory.factory_class"> >> NHibernate.ByteCode.LinFu.ProxyFactoryFactory, >> NHibernate.ByteCode.LinFu >> </property> >> >> <!-- The Sample.mdb file is located in the folder containing the >> solution file. This is three folders upward. Relative paths >> are supported in Jet connection strings. --> >> >> <property >> name="connection.connection_string">Provider=Microsoft.Jet.OLEDB. >> 4.0;Data Source=TieIns.mdb</property> >> </session-factory> >> </hibernate-configuration> >> > -- You received this message because you are subscribed to the Google Groups "nhusers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/nhusers. For more options, visit https://groups.google.com/groups/opt_out.
