Changes between Version 22 and Version 23 of Docs/Prog/Manual/ApplicationLibraries/lib825db
- Timestamp:
- 10/23/25 09:05:32 (3 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Docs/Prog/Manual/ApplicationLibraries/lib825db
v22 v23 125 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: 126 126 {{{#!c++ 127 string sql 127 string sql; 128 128 if(dynamic_cast<CDBMySQL*>(appDB)) { 129 129 // Format SQL for MySQL
![(please configure the [header_logo] section in trac.ini)](/chrome/site/cardinal.gif)