-
Hello Friend,
I wanted to know that Direct ADO Coding is better or using the Hierarchical Recordset(Data Shping)??? I have used ADO Data Control in my previous projects but This control is useless in mster/child relations it gives lots of errors..
plzz give me a tip so that i can carry on with my work efficiently...
Regards
Rohan(Mumbai,India)
-
HI Rohan...
You are confused with the terms ADO and DAO ...
ADO - Activex Data Objects (Access data by Using Activex Controls.
- Quick ,easy and Dirty (ok..may not be dirty :))Solution.
DAO - Data Access Objects.(Access data through code - Powerful
, adaptable solution.)
What you meant when you said
"Direct Coding through ADO" is supposed to be
Direct coding through DAO.
If your work Involves serious kind of stuff that requires
more tight Integration in to your project then You need to
know about DAO. IF you just want to input/output a table
or the results of a query..then data controls serve their
purpose well.
-
It looks as if you are saying that you only use ADO with data controls, and DAO with code.
You can use DAO and ADO both ways. I've just converted my app from DAO to ADO so that I could use the Report Designer (then decided to use Crystal instead), and both seem as good as each other to me.
As far as I have heard DAO will be phased out and ADO will become the standard instead.