Please note that the content of this book primarily consists of articles available from Wikipedia or other free sources online. DBL - Database Management Library is a RDBMS contained in a C++ programming library. The DBL source code is available under the terms of the GNU General Public License. DBL was developed as a holidays programming project, and it was completely developed within two weeks. It aims at being easy and simple for C++ programmers to use. DBL is a library and becomes an integral part of the ...
Please note that the content of this book primarily consists of articles available from Wikipedia or other free sources online. DBL - Database Management Library is a RDBMS contained in a C++ programming library. The DBL source code is available under the terms of the GNU General Public License. DBL was developed as a holidays programming project, and it was completely developed within two weeks. It aims at being easy and simple for C++ programmers to use. DBL is a library and becomes an integral part of the application program. Unlike client-server database management systems that are standalone process with which the application program communicates. The application software uses DBL's functionality through function calls.
Overview