CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    May 1999
    Location
    Slovenia (currently: Germany)
    Posts
    249

    Tradeoffs with OLEDB

    With several database technologies available is it a good strategic decision to go to OLEDB for consistency sake. This way all developers can use same engine and also OLEDB provides same (all)functionallity DAO and RDO do.
    Is there a good reason not to use the ADODB object and to use something else instead? Are the tradeoffs worth the consistency?

    ---------------------------------------------
    Tomaz Stih, B.Sc.CS [email protected]
    Ob sotoccju 10 Nameco Group
    SI-1000 Ljubljana http://www.nameco.com
    Europe

  2. #2
    Guest

    Re: Tradeoffs with OLEDB

    I am trying to learn the OLEDB. But I found it not possible to get an Interface of IRowsetIndex in the MSJet 4.0 provider. Hence I am not able to do SEEK function without that. I can not find any documentation on the MSJET provider on what it has and what it does not support. Any thoughts?

    [email protected]


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