Recommendations for supporting both Oracle and SQL Server in the same ASP.NET app with NHibernate

Posted by Hugo Zapata on Stack Overflow See other posts from Stack Overflow or by Hugo Zapata
Published on 2010-04-13T00:18:29Z Indexed on 2010/04/13 2:33 UTC
Read the original article Hit count: 272

Filed under:
|
|

Our client wants to support both SQL Server and Oracle in the next project. Our experience comes from .NET/SQL Server platform. We will hire an Oracle developer, but our concern is with the DataAccess code. Will NHibernate make the DB Engine transparent for us? I don't think so, but i would like to hear from developers who have faced similar situations.

I know this question is a little vague, because i don't have Oracle experience, so i don't know what issues we will find.

© Stack Overflow or respective owner

Related posts about nhibernate

Related posts about Oracle