21.05.2016, 08:45
you have a count mistake, so that the whole query messed up;
you have inserted into 8 fields, meanwhile the values count are 7
the correct one according to your function parameters' types is:
you have inserted into 8 fields, meanwhile the values count are 7
Код:
`DeliveryID`, `DeliveryType`, `DeliveryObjective`, `DeliveryName`, `CashReward`, `FinalPositionX`, `FinalPositionY`, `FinalPositionZ`
Код:
VALUES('%d', '%s', '%s', '%d', '%f`, '%f', '%f')
Код:
VALUES('%d', '%d', '%s', '%s', '%d', '%f`, '%f', '%f')