Changes between Version 42 and Version 43 of Docs/Prog/Manual/ApplicationLibraries/lib825db


Ignore:
Timestamp:
11/21/25 15:28:28 (12 days ago)
Author:
Don Wilson
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Docs/Prog/Manual/ApplicationLibraries/lib825db

    v42 v43  
    3333CDB* appDB = nullptr;
    3434}}}
    35 //Other source files in the project may have "extern database db;" to reference the global instance. Replace this with "extern CDB* appDB"//
     35//Other source files in the project may have "extern database db;" to reference the global instance. Replace this with "extern CDB* appDB;"//
    3636
    3737Existing apps will have code to open the database such as: