Changes between Version 38 and Version 39 of Docs/Prog/Manual/ApplicationLibraries/lib825db
- Timestamp:
- 11/03/25 10:17:06 (10 days ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Docs/Prog/Manual/ApplicationLibraries/lib825db
v38 v39 24 24 //Make these changes to all source files in the project that have the #include "sqlite3.h" and #include "sq3.hpp" lines.// 25 25 26 Existing apps will have global database instance such as:26 Existing apps will have global database instance usually in the main source file such as: 27 27 {{{#!c++ 28 28 database db; 29 29 }}} 30 //Other source files in the project may have "extern database db;" to reference the global instance.//31 30 32 31 Replace with:
![(please configure the [header_logo] section in trac.ini)](/chrome/site/cardinal.gif)