CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 5 of 5
  1. #1
    Join Date
    Dec 2000
    Posts
    15

    How to get Data Provider List

    Is there any way (functions, components, etc) to get the list of Data Provider installed in current computer ?

    Thanks a lot


  2. #2
    Join Date
    May 2000
    Location
    New York, NY, USA
    Posts
    2,878

    Re: How to get Data Provider List

    Add ADO dta control to your form, Go to properties - ConnectionString, clickon elipcies, Choose - 'Use Connection String' option and click 'Build'. Under the provider tab you will see the list of available providers installed on your computer

    Iouri Boutchkine
    [email protected]
    Iouri Boutchkine
    [email protected]

  3. #3
    Join Date
    Jan 2000
    Location
    MO, USA
    Posts
    1,506

    Re: How to get Data Provider List

    John Pirkey
    MCSD (VB6)
    http://www.stlvbug.org

  4. #4
    Join Date
    Dec 2000
    Posts
    15

    Re: How to get Data Provider List

    I need the ADO Data Provider List, not DSN or driver.

    Thanks


  5. #5
    Join Date
    Dec 2000
    Posts
    15

    Re: How to get Data Provider List

    What I mean is get the Data Provider List programmatically.

    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

Featured