I have a DBGrid I make changes to the cell then refresh but the data doesn't update in the recordset. I'm new to DBGrids so please excuse my ignorance. I am also reading a book that just isn't all that good.
Ok, I found the answer. I have my DBGrid in Bound Mode and it's bound to a recordset. The DBGrid makes the changes to the recordset without me needing to write any code. The reason I wasn't seeing any changes was that I never wrote those changes to th database and I was querying the original value from the database each time I loaded the recordset which was bound to the DBGrid.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.