Changes between Version 6 and Version 7 of Docs/Prog/Manual/ApplicationLibraries/lib825db
- Timestamp:
- 10/23/25 07:06:11 (3 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Docs/Prog/Manual/ApplicationLibraries/lib825db
v6 v7 20 20 }}} 21 21 22 Existing apps will have global database instance such as: 23 {{{ 24 database db; 25 }}} 26 27 Replace with: 28 {{{ 29 CDB* appDB = nullptr; 30 }}} 31 32 Existing apps will have code to open the database such as: 33 {{{ 34 db.open("/mnt/nand/apps/<appdir>/myapp.db3"); 35 if(!db.is_open) { 36 DrawErrorBox("Error opening database", 2); 37 } 38 }}}
![(please configure the [header_logo] section in trac.ini)](/chrome/site/cardinal.gif)