Is it possible? How?
A:
Depends on what dataset you linked with the DBGrid. TClientDataset can.
Fabricio Araujo
2010-02-22 14:40:57
Now i'm using IBDAC
O Engenheiro
2010-03-17 11:37:21
See if the IBDAC documentation says anything about it. Since I never used, I can't say.
Fabricio Araujo
2010-03-17 16:14:33
A:
If the TDBGrid was connected to a memory dataset you could. You would query the database for the selected record by ID, while modifying it (selected record) with the results (in-memory) you obtained.
yozey
2010-05-24 21:28:24