Changes between Version 31 and Version 32 of Docs/Prog/Manual/ApplicationLibraries/lib825db


Ignore:
Timestamp:
10/24/25 10:34:22 (3 weeks ago)
Author:
Don Wilson
Comment:

--

Legend:

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

    v31 v32  
    5959}
    6060}}}
    61 appDBcfg is not part of lib825db. This code is in the ID Storage app to provide a user interface and load/save database configuration. The files appdatabase.cpp and appdatabase.h may be copied from ID Storage for your own apps and customized if desired.
     61CAppDatabaseCfg is not part of lib825db. This code is in the ID Storage app to provide a user interface and load/save database configuration. The files appdatabase.cpp and appdatabase.h may be copied from ID Storage for your own apps and customized if desired.
    6262
    63 This instantiates either a CDBMySQL object for MySQL or a CDBSQLite object for SQLite. The CDB* pointer appDB is assigned to the created object.
     63This instantiates either a CDBMySQL object for MySQL or a CDBSQLite object for SQLite based on the configuration. The CDB* pointer appDB is assigned to the created object.
    6464
    6565Existing apps will have SQL execute statements such as: