3 Replies - 233 Views - Last Post: 02 February 2012 - 08:19 AM Rate Topic: -----

Topic Sponsor:

#1 redhopit  Icon User is offline

  • New D.I.C Head

Reputation: 0
  • View blog
  • Posts: 2
  • Joined: 02-February 12

Get list of installed DBMS in a computer using c#

Posted 02 February 2012 - 07:55 AM

Hello ,

is there any way (or API) to use to get a list of all installed DBMS in a computer using C# ?

I heared WMI can get informations about the system , but can it be used to get installed DBMS ?

any advice ?

Thanks!
Is This A Good Question/Topic? 0
  • +

Replies To: Get list of installed DBMS in a computer using c#

#2 Curtis Rutland  Icon User is online

  • (╯°□°)╯︵ (~ .o.)~
  • member icon

Reputation: 3133
  • View blog
  • Posts: 5,402
  • Joined: 08-June 10

Re: Get list of installed DBMS in a computer using c#

Posted 02 February 2012 - 08:09 AM

It's not like DBMSs all have something in common about themselves that you can check. You'd have to have a list of ones you'd look for, then check the installed programs to see if they have it.
Was This Post Helpful? 0
  • +
  • -

#3 redhopit  Icon User is offline

  • New D.I.C Head

Reputation: 0
  • View blog
  • Posts: 2
  • Joined: 02-February 12

Re: Get list of installed DBMS in a computer using c#

Posted 02 February 2012 - 08:13 AM

View PostCurtis Rutland, on 02 February 2012 - 08:09 AM, said:

It's not like DBMSs all have something in common about themselves that you can check. You'd have to have a list of ones you'd look for, then check the installed programs to see if they have it.


Thanks for your reply.

I've already seen something similar , a software that's allow you to select from a dropdown a DBMS (in the dropdown there is only the installed DBMS which are running not stopped..).

I thought there would be an API to do this for C# i guess.
Was This Post Helpful? 0
  • +
  • -

#4 Curtis Rutland  Icon User is online

  • (╯°□°)╯︵ (~ .o.)~
  • member icon

Reputation: 3133
  • View blog
  • Posts: 5,402
  • Joined: 08-June 10

Re: Get list of installed DBMS in a computer using c#

Posted 02 February 2012 - 08:19 AM

I can almost guarantee you that the software you're talking about did it the way I said: they have a list of DBMSs, and each with it's own logic to find it and see if it's running.
Was This Post Helpful? 0
  • +
  • -

Page 1 of 1