Changes between Version 38 and Version 39 of Docs/Prog/Manual/ApplicationLibraries/lib825db


Ignore:
Timestamp:
11/03/25 10:17:06 (10 days ago)
Author:
Don Wilson
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Docs/Prog/Manual/ApplicationLibraries/lib825db

    v38 v39  
    2424//Make these changes to all source files in the project that have the #include "sqlite3.h" and #include "sq3.hpp" lines.//
    2525
    26 Existing apps will have global database instance such as:
     26Existing apps will have global database instance usually in the main source file such as:
    2727{{{#!c++
    2828database db;
    2929}}}
    30 //Other source files in the project may have "extern database db;" to reference the global instance.//
    3130
    3231Replace with: