Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. General Programming
  3. C#
  4. servers available in the network

servers available in the network

Scheduled Pinned Locked Moved C#
sysadmindatabasesql-serveroraclehelp
2 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • U Offline
    U Offline
    User 4005525
    wrote on last edited by
    #1

    Hi i've a combobox in which i have to show all the available servers(sql,oracle,etc). if i use SQLDataSourceEnymerator it shows SQL server only.but i need to list oracle,oledb,etc. can anyone help me? thanks in advance shri

    D 1 Reply Last reply
    0
    • U User 4005525

      Hi i've a combobox in which i have to show all the available servers(sql,oracle,etc). if i use SQLDataSourceEnymerator it shows SQL server only.but i need to list oracle,oledb,etc. can anyone help me? thanks in advance shri

      D Offline
      D Offline
      Dave Kreskowiak
      wrote on last edited by
      #2

      There is no one method to get ALL database servers. Each is going to have it's own method that you're going to have to use. You've already found SQL Server's, now you have to use a library specific to Oracle to get it's list. There is no such thing as an OleDb database server since this is a relatively generic method of access them. If you're refering to MySQL Servers, you'll have to use a library specific to MySQL to get it's server list.

      A guide to posting questions on CodeProject[^]
      Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
           2006, 2007, 2008

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • World
      • Users
      • Groups