DAO Recordset and Data Control - TechRepublic
General discussion
December 20, 2001 at 05:49 AM
c1980

DAO Recordset and Data Control

by c1980 . Updated 24 years, 5 months ago

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)

This discussion is locked

All Comments