Changes between Version 27 and Version 28 of Docs/Prog/Manual/ApplicationLibraries/lib825db
- Timestamp:
- 10/23/25 09:25:36 (3 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Docs/Prog/Manual/ApplicationLibraries/lib825db
v27 v28 86 86 {{{#!c++ 87 87 string sql = "INSERT INTO Trucks (ID,TareWt) VALUES ('" + truckID +"'," + IntToStr(tare) + ");"; 88 if (appDB-> execute(sql) == false) {88 if (appDB->Execute(sql) == false) { 89 89 DrawErrorBox("Cannot insert record", 4); 90 90 }
![(please configure the [header_logo] section in trac.ini)](/chrome/site/cardinal.gif)