1) What are the main differences between DAO and ADO which should concern a programmer's choice between the 2?
2) What is the difference between DBGrid and Data Grid?
Printable View
1) What are the main differences between DAO and ADO which should concern a programmer's choice between the 2?
2) What is the difference between DBGrid and Data Grid?
Question 1: What are the main differences between DAO and ADO which should concern a programmer's choice between the 2?
DAO is on it's way to becomming obsolete. DAO is designed to work with Jet databases (i.e. Access) and for that it is very good.
ADO is designed to work for any database which as an OLE DB provider.
ADO has a simpler object model and allows disconnected and fabricated recordsets.