Hi All,
which NHibernate driver can i use with informix database "IBM Informix Dynamic Server" ?
Thanks,
Amjad.
Hi All,
which NHibernate driver can i use with informix database "IBM Informix Dynamic Server" ?
Thanks,
Amjad.
NHibernate 2.1 supports the use of InformixDialect. I don't know if it will work with the IBM Informix Dynamic Server driver though.
NHibernate 2.1.2 supports Informix driver and dialects but you must use the "IBM Data Server Provider". The problem with the CSDK (even through v3.5 if I recall correctly) their implementation of IfxConnection doesn't implement IDbConnection. NHibernate needs the generic interface.