CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Aug 2007
    Posts
    2

    Smile Convert VB code from DAO to ADO

    Hi everyone
    Can anybody tell me how to convert Convert VB code from DAO to ADO
    thanks

  2. #2
    Join Date
    May 2006
    Location
    London (UK)
    Posts
    138

    Smile Re: Convert VB code from DAO to ADO

    Welcome to the Forum

    Can you please post your code so that we can guide you better...


    .

    Hope that Helps a Bit, but Sorry if it doesn't.
    Dont forget to Rate the Post...


    Thanks & Regards
    Manu Raj

    Nothings is Impossible in this World even Impossible says "I M possible"...

  3. #3
    Join Date
    Nov 2002
    Posts
    278

    Re: Convert VB code from DAO to ADO

    I had a consulting gig a few years ago where we converted DAO to ADO on about 35 applications. I basically worked through all the DAO code got an understanding what it did and recoded it using ADO. You look at what the DAO code is doing and then determine what will get the same end result using ADO, then recode it using ADO.

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

Featured