|
-
Jul 3rd, 2002, 03:35 AM
#1
Thread Starter
Hyperactive Member
I have 2 questions
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?
-
Jul 3rd, 2002, 04:51 AM
#2
Fanatic Member
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.
Everything I say is either loose interpretation of dubious facts or idle speculation rooted in irrational sentiment. 
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|