2

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

Willem Van Onsem
  • 443,496
  • 30
  • 428
  • 555
Michał Piaskowski
  • 3,800
  • 2
  • 34
  • 46

1 Answers1

1

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.

Matt Hinze
  • 13,577
  • 3
  • 35
  • 40