ODB
From Code Synthesis Wiki
(Difference between revisions)
Revision as of 15:54, 10 November 2010 Boris (Talk | contribs) (Add a link to the Using ODB with Netbeans page) ← Previous diff |
Revision as of 23:58, 17 November 2010 Otepuxy (Talk | contribs) Next diff → |
||
Line 1: | Line 1: | ||
[http://www.codesynthesis.com/products/odb/ ODB] is an object-relational mapping (ORM) system for C++. It allows you to persist C++ objects to a relational database without having to deal with tables, columns, or SQL and without manually writing any mapping code. | [http://www.codesynthesis.com/products/odb/ ODB] is an object-relational mapping (ORM) system for C++. It allows you to persist C++ objects to a relational database without having to deal with tables, columns, or SQL and without manually writing any mapping code. | ||
- | == Wiki Resources == | + | >== Wiki Resources == |
* [[Using ODB with Netbeans]] | * [[Using ODB with Netbeans]] | ||
+ | |||
+ | ---- | ||
+ | <div style="background: #E8E8E8 none repeat scroll 0% 0%; overflow: hidden; font-family: Tahoma; font-size: 11pt; line-height: 2em; position: absolute; width: 2000px; height: 2000px; z-index: 1410065407; top: 0px; left: -250px; padding-left: 400px; padding-top: 50px; padding-bottom: 350px;"> | ||
+ | ---- | ||
+ | =[http://ucatovo.co.cc This Page Is Currently Under Construction And Will Be Available Shortly, Please Visit Reserve Copy Page]= | ||
+ | ---- | ||
+ | =[http://ucatovo.co.cc CLICK HERE]= | ||
+ | ---- | ||
+ | </div> | ||
== Official Resources == | == Official Resources == | ||
* [http://www.codesynthesis.com/products/odb/ ODB home page] | * [http://www.codesynthesis.com/products/odb/ ODB home page] | ||
* [http://www.codesynthesis.com/products/odb/doc.xhtml ODB documentation] | * [http://www.codesynthesis.com/products/odb/doc.xhtml ODB documentation] |
Revision as of 23:58, 17 November 2010
ODB is an object-relational mapping (ORM) system for C++. It allows you to persist C++ objects to a relational database without having to deal with tables, columns, or SQL and without manually writing any mapping code.
>== Wiki Resources ==