Changes between Version 5 and Version 6 of Docs/Prog/Manual/ApplicationLibraries/lib825db
- Timestamp:
- 10/23/25 06:59:28 (3 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Docs/Prog/Manual/ApplicationLibraries/lib825db
v5 v6 7 7 Most of our existing apps using SQLite use the C++ wrapper code namespace sq3 provided by libsql, libsql3_7_9, or lib825sql. To edit this code to use lib825db instead is fairly simple. 8 8 9 ||legacy||lib825db||description||10 ||database db;||CDB* appDB = nullptr;||Global instance for database object||11 12 9 Existing apps will have 13 10 {{{ 14 11 #include "sqlite3.h" 15 12 #include "sq3.hpp" 13 14 using namespace sq3; 16 15 }}} 16 17 17 Replace with 18 18 {{{
![(please configure the [header_logo] section in trac.ini)](/chrome/site/cardinal.gif)