How do you relate the grid row to your data (Key)?
In the example code your function is passing the column and row of the grid. This does not seem like a very reasonable way to perform updates to the database. You certainly can't expect that the key in the database is the same as your row number in the grid because you could delete various rows of data resulting in a non contiguous list of key on the table. How then do you suggest that the updates be performed to the database for the correct record?
Don Blaylock
October 17,