I'm super new at coding and I'm making a simple apps now.
So as you can see in the pic, I have multiple data in selected date. If I wanted to update every row with different values and do it with save button, what code should I do?
Does my dbgrid need more setting at its properties?
I'm using Delphi 7 and zeos as db connection as well as oracle as db. Thanks in advance.

Use an Update Query
this is the update query and while using delphi you can do this :
Or you can use the parametrized method which is way better then concatenating the SQL As NIL said :
This is just an exemple but this how it works ! Good luck