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


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

--

Legend:

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

    v40 v41  
    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 a 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;