Hibernate Team |
 |
Joined: Tue Jun 13, 2006 11:29 pm Posts: 315 Location: Calgary, Alberta, Canada
|
Connection string is the same as what you would use in a plain ADO.NET application. However, NHibernate needs to know the "Dialect" in order to translate an HQL or ICriteria to a SQL statement the underlying database would understand. I am not sure what would be the closest "relative" to an AS/400 database. You may try a few different ones that come with NHibernate; and you always have the option to implement your own.
_________________ Karl Chu
|
|