Changes between Version 142 and Version 143 of Docs/825gen2/Dev/UpdatingLegacyApps


Ignore:
Timestamp:
10/29/25 07:55:01 (4 days ago)
Author:
Don Wilson
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Docs/825gen2/Dev/UpdatingLegacyApps

    v142 v143  
    167167,,3,, Older recompiled apps may instead use //sql// or //sql3_7_9//. If it is //sql// it is recommended to change it to use //sql3_7_9//. To use //sql3_7_9// library change include path "${workspace_loc:/libsql3_7_9/inc}".
    168168
    169 ,,4,, Newer apps may be updated to use //lib825db// instead of //lib825sql//.  //lib825db// use will require code changes, but allows for support of SQLite and MySQL databases using mostly common code.
     169,,4,, Newer apps may be updated to use //lib825db// instead of //lib825sql//.  //lib825db// use will require code changes, but allows for support of SQLite and MySQL databases using mostly common code. Refer to [wiki:Docs/Prog/Manual/ApplicationLibraries/lib825db lib825db]
    170170
    171171=== Libraries ===