CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4
  1. #1
    Guest

    Faster ADO or ODBC API ?

    Dear Friends

    Please let me know which method is faster to access data from Database.
    ADO or ODBC API ?

    Thaks in advance
    Ravi



  2. #2
    Join Date
    Nov 1999
    Location
    Pune,India
    Posts
    3

    Re: Faster ADO or ODBC API ?

    Odbc api is faster than ado


    mnmrao

  3. #3
    Join Date
    Nov 1999
    Location
    New York, NY
    Posts
    3

    Re: Faster ADO or ODBC API ?

    Depends on what data source you are accessing, but for the most part ADO (used in conjuction with OLE DB) is very fast. I have tested the two options you mentioned with MS Access and SQL Server, and in both instances, I find perfomance to be a lot better with ADO. But let's see what others have to say about it...


  4. #4
    Guest

    Re: Faster ADO or ODBC API ?

    I agree ODBC is faster


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