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

    OLE DB Providers

    How can I get the list of OLE DB Providers?



  2. #2
    Join Date
    Jan 2000
    Location
    Olen, Belgium
    Posts
    2,477

    Re: OLE DB Providers

    You can find out about the different oledb providers at this page:
    http://msdn.microsoft.com/library/ps...k/oled12gn.htm

    Tom Cannaerts
    [email protected]

    The best way to escape a problem, is to solve it.
    Tom Cannaerts
    email: [email protected]
    www.tom.be (dutch site)

  3. #3
    Join Date
    Feb 2001
    Posts
    10

    Re: OLE DB Providers

    Thanks for answer, but I'd like to know how I can to get the list of providers in VB programm dynamically.
    For example, Microsoft ADO Data Control component, on the Property page click button Build and there will be the list of OLE DB Providers. I want to retrieve the same list.
    How?



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