10.06.2015, 08:18
I don't know why that would be necessary since you already save its SQL id. The primary keys ONLY function is to uniquely identify a row in the table. It has no intrinsique value. If you need to update a vehicle, use your "Veicolo[id][ID]" variable.
Also table rows start at 0 so you're skipping over the first one.
Also table rows start at 0 so you're skipping over the first one.

