Search code examples
databasenhibernateparadox

Is it possible to use nHibernate with Paradox database?


Is it possible to configure nHibernate to connect to Paradox database (*.db files)?


Solution

  • Yes, sort of.

    There is no support included in the trunk, you need to write your own dialect. Or you can port the Paradox dialect created for Hibernate.