Changes between Version 22 and Version 23 of Docs/Prog/Manual/ApplicationLibraries/lib825db


Ignore:
Timestamp:
10/23/25 09:05:32 (3 weeks ago)
Author:
Don Wilson
Comment:

--

Legend:

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

    v22 v23  
    125125There may be cases where an app needs to format the SQL string differently for SQLite or MySQL. This can be accomplished by checking dynamic cast such as:
    126126{{{#!c++
    127 string sql
     127string sql;
    128128if(dynamic_cast<CDBMySQL*>(appDB)) {
    129129  // Format SQL for MySQL