Changes between Version 36 and Version 37 of Docs/Prog/Manual/ApplicationLibraries/lib825db
- Timestamp:
- 11/03/25 10:08:22 (10 days ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Docs/Prog/Manual/ApplicationLibraries/lib825db
v36 v37 88 88 } 89 89 }}} 90 Replace with:90 Edit the code to appear like this: 91 91 {{{#!c++ 92 92 string sql = "INSERT INTO Trucks (ID,TareWt) VALUES ('" + truckID +"'," + IntToStr(tare) + ");"; … … 107 107 }}} 108 108 109 Replace with:109 Edit the code to appear like this: 110 110 {{{#!c++ 111 111 string sql = "SELECT * FROM railcars WHERE ID = '" + strId + "';";
![(please configure the [header_logo] section in trac.ini)](/chrome/site/cardinal.gif)