Changes between Version 4 and Version 5 of Docs/Prog/Manual/ApplicationLibraries/lib825db


Ignore:
Timestamp:
10/23/25 06:57:08 (3 weeks ago)
Author:
Don Wilson
Comment:

--

Legend:

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

    v4 v5  
    1010||database db;||CDB* appDB = nullptr;||Global instance for database object||
    1111
    12  
     12Existing apps will have
     13{{{
     14#include "sqlite3.h"
     15#include "sq3.hpp"
     16}}}
     17Replace with
     18{{{
     19#include "dbsql.h"
     20}}}
     21