Results 1 to 3 of 3

Thread: I need a Tip !!

  1. #1

    Thread Starter
    Addicted Member Rohan_Powle's Avatar
    Join Date
    Mar 2000
    Location
    Mumbai,maharashtra.India
    Posts
    173

    Wink

    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)

  2. #2
    Addicted Member
    Join Date
    Feb 2000
    Posts
    224

    Cool 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.
    If you can't pronounce my name, call me GURU

  3. #3
    Fanatic Member Stevie's Avatar
    Join Date
    Mar 2000
    Location
    London, UK
    Posts
    565
    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.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width