ORM for DELPHI win32 - Stack Overflow most recent 30 from stackoverflow.com2009-12-21T08:00:09Zhttp://stackoverflow.com/feeds/question/422426http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/422426/orm-for-delphi-win327ORM for DELPHI win32Jlouro2009-01-07T22:23:35Z2009-10-17T21:45:46Z
<p>Any one knows about an ORM or something similar to DELPHI win32.</p>
http://stackoverflow.com/questions/422426/orm-for-delphi-win32/422443#4224439Answer by Nick Hodges for ORM for DELPHI win32Nick Hodges2009-01-07T22:26:31Z2009-01-07T22:56:42Z<p>Marco Cantu is a big believer in InstantObjects:</p>
<p><a href="http://www.instantobjects.org/" rel="nofollow">http://www.instantobjects.org/</a></p>
<p>Others include DObject:</p>
<p><a href="http://www.macrobject.com/en/dobject/" rel="nofollow">http://www.macrobject.com/en/dobject/</a></p>
<p>and tiOPF</p>
<p><a href="http://tiopf.sourceforge.net/Doc/overview/index.shtml" rel="nofollow">http://tiopf.sourceforge.net/Doc/overview/index.shtml</a></p>
<p>You also might be interested in the G Framework:</p>
<p><a href="http://code.google.com/p/g-framework/" rel="nofollow">http://code.google.com/p/g-framework/</a></p>
http://stackoverflow.com/questions/422426/orm-for-delphi-win32/422472#4224723Answer by Tim Jarvis for ORM for DELPHI win32Tim Jarvis2009-01-07T22:33:45Z2009-01-07T22:33:45Z<p>There are a few, some of the more tried and tested are...</p>
<p><a href="http://dn.codegear.com/article/33058" rel="nofollow">Bold</a></p>
<p><a href="http://tiopf.sourceforge.net/" rel="nofollow">TiOPF</a></p>
<p>And <a href="http://www.remobjects.com/da.aspx" rel="nofollow">RemObjects</a> also has a schema Mapping technology that is worth investigating</p>
http://stackoverflow.com/questions/422426/orm-for-delphi-win32/422533#4225330Answer by Cesar Romero for ORM for DELPHI win32Cesar Romero2009-01-07T22:53:35Z2009-01-07T22:53:35Z<p>Jazz SDK, ORM is a part of the OPF part</p>
<p><a href="http://jazz-sdk.googlecode.com" rel="nofollow">http://jazz-sdk.googlecode.com</a></p>
http://stackoverflow.com/questions/422426/orm-for-delphi-win32/1583313#15833131Answer by César for ORM for DELPHI win32César2009-10-17T21:45:46Z2009-10-17T21:45:46Z<p>Here you have one: <a href="http://code.google.com/p/delphiorm/" rel="nofollow">http://code.google.com/p/delphiorm/</a></p>