Changes between Version 34 and Version 35 of Docs/Prog/Manual/ApplicationLibraries/lib825db


Ignore:
Timestamp:
11/03/25 08:56:45 (11 days ago)
Author:
Don Wilson
Comment:

--

Legend:

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

    v34 v35  
    2727database db;
    2828}}}
    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.//
    3030
    3131Replace with:
     
    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"//
    3536
    3637Existing apps will have code to open the database such as: