Changes between Version 30 and Version 31 of Docs/Prog/Manual/ApplicationLibraries/lib825db
- Timestamp:
- 10/24/25 10:31:28 (3 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Docs/Prog/Manual/ApplicationLibraries/lib825db
v30 v31 51 51 appDB = new CDBMySQL(appDBcfg.GetServer(), appDBcfg.GetUser(), appDBcfg.GetPassword(), appDBcfg.GetDatabase()); 52 52 } else { 53 path = appDataPath + "ids.db3"; 54 appDB = new CDBSQLite(path); 53 appDB = new CDBSQLite("/mnt/nand/apps/<appdir>/myapp.db3"); 55 54 } 56 55 … … 120 119 When an app finishes existing apps should close the database: 121 120 {{{#!c++ 122 db.close ;121 db.close(); 123 122 }}} 124 123 Replace with:
![(please configure the [header_logo] section in trac.ini)](/chrome/site/cardinal.gif)