Changes between Version 52 and Version 53 of Docs/Prog/Manual/ApplicationLibraries/lib825db


Ignore:
Timestamp:
02/19/26 14:50:24 (5 days ago)
Author:
Don Wilson
Comment:

--

Legend:

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

    v52 v53  
    171171}}}
    172172
     173If a custom app includes PHP reports when MySQL is used the following code may added to create symbolic link to the reports folder.
    173174
    174 {{{
     175{{{#!c++
    175176if(dynamic_cast<CDBMySQL*>(appDB)) {
    176177        string reportsPath = APP_DATA_DIR;