Results 1 to 7 of 7

Thread: ADO and DAO

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Oct 2000
    Location
    London
    Posts
    1,008
    I have an environment where I cannot control the set-up

    The DAO data control works fine. The ADO data control won't work at all.

    I can't get either one to work in code...

    What files do I need to set the environment up for ADO with Access 97. At home, I have just bunged on every file I can find and it works great...

    Hopefully,

    P.
    Not nearly so tired now...

    Haven't been around much so be gentle...

  2. #2

  3. #3

    Thread Starter
    Fanatic Member
    Join Date
    Oct 2000
    Location
    London
    Posts
    1,008
    Well, how does the DAO DataControl connect? What DLLs does it use etc. Why can't I do it through code?

    ADO is another matter, but I am not sure which files that needs to be supported.

    General interest q really, not vital.

    P.
    Not nearly so tired now...

    Haven't been around much so be gentle...

  4. #4
    Junior Member
    Join Date
    Dec 2000
    Posts
    31

    Exclamation

    hi,

    I am not sure what you want. What i think is ADO and DAO are not installed properly. You can get the ADO from MDAC at the microsoft website's download section.

    regards
    V.Ramesh Babu

  5. #5

    Thread Starter
    Fanatic Member
    Join Date
    Oct 2000
    Location
    London
    Posts
    1,008
    That is what I think but I have no control over my environment

    I need to know which DLLs are needed for ADO and which references do what so that I can argue it out with my IT department...

    Cheers,

    P.
    Not nearly so tired now...

    Haven't been around much so be gentle...

  6. #6
    Lively Member
    Join Date
    Aug 2000
    Location
    Philadelphia
    Posts
    123
    I am having the same problems. I have developed an application on Windows 98 with Access 2000 and VB6 using ADO, but I have found that it will not install on systems running Windows NT, Access 97, and no VB. I have found out that, in order to use ADO, you must have MDAC installed on the client pcs. The Package and Deployment Wizard includes the MDAC install (MDAC_typ.exe). The problem is that installing MDAC can cause all kinds of problems (a.k.a. Dll Hell). I think I'm going to switch to DAO. I believe that DAO does NOT require MDAC, and you only need to include the DAO .dll (dao360.dll in my case) in the install to make it work. I am not positive this is true though. I'm looking for answers too.

    Here are a couple of sites that may help:
    http://www.able-consulting.com/ADO_Faq.htm#Q4
    http://www.microsoft.com/data/MDAC21info/MDACinstQ.htm
    http://msdn.microsoft.com/library/te..._redistmdac.ht

    You can also go to this site to find out which dlls are installed with which packages:
    http://support.microsoft.com/service...p?fr=0&sd=msdn

    Good luck!
    VB6 & VC++6 Pro (SP4), Java (Sun JDK)

  7. #7

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