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


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

--

Legend:

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

    v39 v40  
    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 usually in the main source file such as:
     26Existing apps will have a global database instance //(usually in the main source)// file such as:
    2727{{{#!c++
    2828database db;