Can you add the Oracle 8i configuration?

Something like:

        /// <summary>
        /// Initializes a new instance of the <see
cref="OracleConfiguration"/> class using the
        /// Oracle Data Provider (Oracle.DataAccess) library
specifying the Oracle 8i dialect.
        /// The Oracle.DataAccess library must be available to the
calling application/library.
        /// </summary>
        public static OracleConfiguration Oracle8
        {
            get { return new OracleConfiguration
().Dialect<Oracle8iDialect>(); }
        }

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Fluent NHibernate" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/fluent-nhibernate?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to