Goodmorning
I am using a database in access 2007 and c++ builder 2007. I have a problem and i want some help. I have a dbgrid on my simple application and the user find a record and click on it. When he clicks all the data return to Edit text. Now i want the user to make some changes on edit text (on data) and update the record. I have wrote the above code
ADODataSet2->Post();
[CODE]
The problem is that when i push the update button it changes my first row of databse and not the one that user select. I need to add something on code so to move in record that the user choose and then edit and post
You'd better ask this in some Borland forums. As BC++/Delphi adodataset implementation is very Borland specific, and your question has nothing to do neither with C++ nor WinAPI.
Bookmarks