CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Apr 1999
    Posts
    8

    How to recognise a database server in the network ?

    Hi,

    I want to create an activex control for data access. I have a property in the server called myserver. when my control is instanciated in any client, the myserver property ( in the property browser of the client ) should be dynamically populated with all the up and running database servers on the network - be it oracle, db2 or ms sql server!.

    Can i achieve this, if yes, how ?

    Take care
    Genie.

    Ciao till i find more questions to make life more complicated......

  2. #2
    Join Date
    May 1999
    Posts
    3,332

    Re: How to recognise a database server in the network ?

    I don't know about the other database systems you mentioned, but with the "Microsoft SQLOLE object library" that comes with SQL server 6.5 you can get a list of SQLServers by calling the ListAnnouncedNetworkSQLServers global method.


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