Changes between Version 20 and Version 21 of Docs/Prog/Manual/ApplicationLibraries/lib825db


Ignore:
Timestamp:
10/23/25 07:55:25 (3 weeks ago)
Author:
Don Wilson
Comment:

--

Legend:

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

    v20 v21  
    5757}
    5858}}}
    59 appDBcfg is not part of lib825db. This code is to provide a user interface and load/save database configuration. This example is copied from ID Storage appdatabase.cpp and appdatabase.h that you may use for your own apps and customized if desired.
     59appDBcfg 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.
    6060
    61 This instantiates either a CDBMySQL object for MySQL or a CDBSQLite. The CDB* pointer appDB is assigned to the created object.
     61This instantiates either a CDBMySQL object for MySQL or a CDBSQLite object for SQLite. The CDB* pointer appDB is assigned to the created object.
    6262
    6363Existing apps will have SQL execute statements such as: