Search code examples
nhibernatesap-ase

Does Nhibernate support Sybase ASE?


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?


Solution

  • 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?