Results 1 to 3 of 3

Thread: ADOR vs ADODB

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Oct 2003
    Posts
    27

    Question ADOR vs ADODB

    Hi just wondering if anyone has had any issues with using ADOR vs ADODB. The reason I ask is because within the architecture I am working in there is a combination of both methods, ADOR in older vb6 code and ADODB in the newer vb6 code. The back end is going to be upgraded from SQL 7 to 2000 soon and I'm wondering if there will be any issues.

    Thanks

  2. #2
    PowerPoster techgnome's Avatar
    Join Date
    May 2002
    Posts
    34,687
    No issues.
    The difference between ADOR and ADODB is the amount of methods and options available... ADOR is stripped down, containing only the Recordset set of "Stuff", while the ADODB contains more things allowing access to DB related things....

    TG
    * I don't respond to private (PM) requests for help. It's not conducive to the general learning of others.*
    * I also don't respond to friend requests. Save a few bits and don't bother. I'll just end up rejecting anyways.*
    * How to get EFFECTIVE help: The Hitchhiker's Guide to Getting Help at VBF - Removing eels from your hovercraft *
    * How to Use Parameters * Create Disconnected ADO Recordset Clones * Set your VB6 ActiveX Compatibility * Get rid of those pesky VB Line Numbers * I swear I saved my data, where'd it run off to??? *

  3. #3

    Thread Starter
    Junior Member
    Join Date
    Oct 2003
    Posts
    27
    Thanks

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