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 ? EDIT : problem solved , there isn't any API or DLL to pull list of installed DBMS , the only way is to get list of running processes and then compare them to an internal list.
Thanks!