Changes between Version 27 and Version 28 of Docs/Prog/Manual/ApplicationLibraries/lib825db


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

--

Legend:

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

    v27 v28  
    8686{{{#!c++
    8787string sql = "INSERT INTO Trucks (ID,TareWt) VALUES ('" + truckID +"'," + IntToStr(tare) + ");";
    88 if (appDB->execute(sql) == false) {
     88if (appDB->Execute(sql) == false) {
    8989   DrawErrorBox("Cannot insert record", 4);
    9090}