Is it possible to configure nHibernate to connect to Paradox database (*.db
files)?
Asked
Active
Viewed 423 times
2

Willem Van Onsem
- 443,496
- 30
- 428
- 555

Michał Piaskowski
- 3,800
- 2
- 34
- 46
1 Answers
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