a Can you use nhibernate with delphi
b if not do you know about any nhibernate
Asked
Active
Viewed 832 times
0

cpoDesign
- 8,953
- 13
- 62
- 106
-
Welcome to Stack Overflow. Maybe english isn't your first language, but you'll get more help if you try to explain more clearly. (b) above is particularly unclear. – Warren P Mar 09 '11 at 20:52
4 Answers
2
You can use nHibernate with Delphi Prism. You can not use it with Delphi Native.

Robert Love
- 12,447
- 2
- 48
- 80
1
a) NHibernate is specifically for the .NET platform, so if you want to use NHibernate with Delphi, you'll need to use something like Delphi.NET or (as Robert Love suggested) Delphi Prism.
b) Not sure what you're asking here. Please try re-phrasing your question.