What is the best method to connect a recordset object in code to a DBGrid?
If I have to use the DataControl then fine, (I believe that this has to be done this way with DAO) – but only to connect to the grid. I do not want to have to set any properties of the DataControl or use it to manipulate through the records – I want to use a plain old recordset object to do all of that but still have it update the records in the grid!
(I have to work on a program that was created with all bound DBGrids and uses DAO and do not want to take the effort right now to change it all over to ADO)