ORM for DELPHI win32 - Stack Overflow most recent 30 from stackoverflow.com 2009-12-21T08:00:09Z http://stackoverflow.com/feeds/question/422426 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/422426/orm-for-delphi-win32 7 ORM for DELPHI win32 Jlouro 2009-01-07T22:23:35Z 2009-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#422443 9 Answer by Nick Hodges for ORM for DELPHI win32 Nick Hodges 2009-01-07T22:26:31Z 2009-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#422472 3 Answer by Tim Jarvis for ORM for DELPHI win32 Tim Jarvis 2009-01-07T22:33:45Z 2009-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#422533 0 Answer by Cesar Romero for ORM for DELPHI win32 Cesar Romero 2009-01-07T22:53:35Z 2009-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#1583313 1 Answer by César for ORM for DELPHI win32 César 2009-10-17T21:45:46Z 2009-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>