| Subject: | Adding an Updateable TField to an TADOQuery |
| Posted by: | Larry Hengen (lheng…@tpersistent.com) |
| Date: | Mon, 20 Sep 2010 |
Short of using a TClientDataSet, is there a way to add a user editable
column to a TADOQuery?
I want to add a UserSelected Boolean column to the detail dataset in a
master detail relation, that is editable in a grid. The user needs to
be able to click on a checkbox in the grid to select/unselect records.
I will never need to persist this information to the database.
Any suggestions?