Changes between Version 15 and Version 16 of Docs/Prog/Manual/ApplicationLibraries/lib825db


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

--

Legend:

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

    v15 v16  
    5252}
    5353}}}
     54appDBcfg 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.
     55
    5456This instantiates either a CDBMySQL object for MySQL or a CDBSQLite. The CDB* pointer appDB is assigned to the created object.
    5557