I have 60 plus fields to update and was looking for a better way to write the prepared statement.
Doing something like this is prone to many errors.
INSERT INTO tabel (MemID,MemName,RaceNo,Make,Status....x60...) VALUES (?,?,?,?,?,?.....x60....)
Thanks.
We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.