Changes between Version 36 and Version 37 of Docs/Prog/Manual/ApplicationLibraries/lib825db


Ignore:
Timestamp:
11/03/25 10:08:22 (10 days ago)
Author:
Don Wilson
Comment:

--

Legend:

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

    v36 v37  
    8888}
    8989}}}
    90 Replace with:
     90Edit the code to appear like this:
    9191{{{#!c++
    9292string sql = "INSERT INTO Trucks (ID,TareWt) VALUES ('" + truckID +"'," + IntToStr(tare) + ");";
     
    107107}}}
    108108
    109 Replace with:
     109Edit the code to appear like this:
    110110{{{#!c++
    111111string sql = "SELECT * FROM railcars WHERE ID = '" + strId + "';";