This patch allow us to fluently configure the Oracle9 dialect like
this:

OracleConfiguration.Oracle9.ConnectionString(c =>c.Server("myServer")
                                                                                
.Port(1234)
                                                                                
.Instance
("myDbInstance")
                                                                                
.UserName
("myUserName")
                                                                                
.Password("myPwd"));

I can't seem to be able to add a file though. is it restricted?

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

Reply via email to