I have some code identical to the snippet below which works, but this part returns Fail
The query iteslf is fine if I run it directly against the mysql database using TOAD.
The query iteslf is fine if I run it directly against the mysql database using TOAD.
B4X:
sSQL="INSERT INTO vehicledailychecksheaders(Vehicle, ChargeHand, Date) VALUES (860, 11, '2019-03-
21')"
mysql.AddNonQueryToBatch(sSQL,Null)
Dim SenderFilter As Object = mysql.ExecNonQueryBatch("SQL")
Wait For (SenderFilter) SQL_NonQueryComplete (Success As Boolean)
Log("NonQuery: " & Success)