|
-
Jul 4th, 2008, 09:54 AM
#1
Thread Starter
New Member
Should I use a DAO !!
Please guys could you tell me the advantages for using Data Access Object (DAO) to connect my Database (made by Access) to my program (made by VB6) , and how , and is it better than Data Control item ??
-
Jul 4th, 2008, 01:53 PM
#2
Re: Should I use a DAO !!
I suggest you use ADO. It's more up-to-date and flexible than DAO was ever meant to be.
And for your other question, both ADO and DAO are better than using a bound data control. However, there are some situations where using a bound data control could be beneficial.
-
Jul 4th, 2008, 01:59 PM
#3
Re: Should I use a DAO !!
 Originally Posted by Campion
And for your other question, both ADO and DAO are better than using a bound data control.
Correction: ADO and DAO libraries - there are two data controls: ADO and DAO.
 Originally Posted by Campion
However, there are some situations where using a bound data control could be beneficial.
I haven't found one so far. Have you?
@donjoin:
no, don't use data control (try to stay away from it as far as possible) nor DAO - ADO is much more robust and flexible data access library.
Last edited by RhinoBull; Jul 4th, 2008 at 02:02 PM.
-
Jul 4th, 2008, 02:16 PM
#4
Re: Should I use a DAO !!
 Originally Posted by RhinoBull
I haven't found one so far. Have you?
I have never needed a DBC outside of learning exercises. But, you know, never say never. I'm sure someone will think of something.
-
Jul 4th, 2008, 02:20 PM
#5
Re: Should I use a DAO !!
hehheh.
My first thought on reading the "there are some situations it could be beneficial" comment was "yeah, if you're in a class and the teacher requires it."
I've never met a useful databound control.
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
|