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


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

--

Legend:

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

    v23 v24  
    123123}}}
    124124
    125 There 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:
     125There may be cases where an app needs to format the SQL string differently for SQLite or MySQL. This can be accomplished by checking a dynamic cast of the CDB* pointer such as:
    126126{{{#!c++
    127127string sql;