I am currently using nhibernate 3.1 with ms sql server 2005. In the same project, i have need to connect to legacy databse – Sybase ASE 15.
Does nhibernate support sys
base ase and if so is it stable?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Sybase ASE is officially supported. Since NHibernate is open-source, you can easily browse it on SourceForge or GitHub mirror and see what databases it supports.
As for the stability, Sybase ASE 15 support is there since early NHibernate 3.2 version, and looks like Sybase employees are overlooking and/or maintaining Sybase support for NHibernate.
Another SO question that might help:
Does Nhibernate support Sybase?