0

a Can you use nhibernate with delphi
b if not do you know about any nhibernate

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 Answers4

3

ORM for DELPHI win32

Stackoverflow Delphi ORM search

Community
  • 1
  • 1
SOUser
  • 3,802
  • 5
  • 33
  • 63
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.

Community
  • 1
  • 1
cdmckay
  • 31,832
  • 25
  • 83
  • 114
1

TMS Aurelius is very similar to NHibernate