CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Dec 2000
    Location
    Dallas, Texas
    Posts
    62

    Question MS or Oracle OLEDB Provider?

    MS Provider:
    -No OS/NT Authentication
    -NO stored procedures support

    Oracle Provider:
    -Both User AND OS/NT Authentication
    -A bit faster
    -stored procedures support
    -Have to redistribute it with our app (only negative I can think of)

    I"m going with Oracle's OLEDB provider. Thoughts? Experience with either that might shed some more light on the topic?

  2. #2
    Join Date
    May 2004
    Location
    45,000FT Above Nevada
    Posts
    1,539

    Re: MS or Oracle OLEDB Provider?

    No experience with Oracle, but I would think the people who wrote the database would have the best access to the "good" functions to use in an OLEDB provider...just a thought.
    Jim
    ATP BE400 CE500 (C550B-SPW) CE560XL MU300 CFI CFII

    "The speed of non working code is irrelevant"... Of course that is just my opinion, I could be wrong.

    "Nothing in the world can take the place of persistence. Talent will not; nothing is more common than unsuccessful men with talent. Genius will not; unrewarded genius is almost a proverb. Education will not; the world is full of educated derelicts. Persistence and determination are omnipotent. The slogan 'press on' has solved and always will solve the problems of the human race."...Calvin Coolidge 30th President of the USA.

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