Changes between Version 16 and Version 17 of Docs/Prog/Manual/ApplicationLibraries/lib825db
- Timestamp:
- 10/23/25 07:47:26 (3 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Docs/Prog/Manual/ApplicationLibraries/lib825db
v16 v17 40 40 Replace with code similar to: 41 41 {{{ 42 CAppDatabaseCfg appDBcfg; 43 string path = appDataPath + CFGFILE_DB; 44 appDBcfg.SetArchiveFilepath(path); 45 appDBcfg.ReadConfig(); 46 42 47 if(appDBcfg.GetDBType() == CAppDatabaseCfg::appDataMySQL) { 43 48 appDB = new CDBMySQL(appDBcfg.GetServer(), appDBcfg.GetUser(), appDBcfg.GetPassword(), appDBcfg.GetDatabase());
![(please configure the [header_logo] section in trac.ini)](/chrome/site/cardinal.gif)