Changes between Version 34 and Version 35 of Docs/Prog/Manual/ApplicationLibraries/lib825db
- Timestamp:
- 11/03/25 08:56:45 (11 days ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Docs/Prog/Manual/ApplicationLibraries/lib825db
v34 v35 27 27 database db; 28 28 }}} 29 Other source files in the project may have //extern database db;// to reference the global instance. 29 //Other source files in the project may have "extern database db;" to reference the global instance.// 30 30 31 31 Replace with: … … 33 33 CDB* appDB = nullptr; 34 34 }}} 35 //Other source files in the project may have "extern database db;" to reference the global instance. Replace this with "extern CDB* appDB"// 35 36 36 37 Existing apps will have code to open the database such as:
![(please configure the [header_logo] section in trac.ini)](/chrome/site/cardinal.gif)