Changes between Version 41 and Version 42 of Docs/Prog/Manual/ApplicationLibraries/lib825db
- Timestamp:
- 11/12/25 15:00:37 (23 hours ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Docs/Prog/Manual/ApplicationLibraries/lib825db
v41 v42 63 63 CAppDatabaseCfg 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. 64 64 65 This 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.65 This instantiates either a CDBMySQL object for MySQL or a CDBSQLite object for SQLite based on the configuration. The created object is assigned to the pointer CDB* appDB. 66 66 67 67 Existing apps will have SQL execute statements such as:
![(please configure the [header_logo] section in trac.ini)](/chrome/site/cardinal.gif)