I have written an application that uses the SmoApplication.EnumAvailableSqlServers(False) method to obtain a list of all available SQL Servers. I am trying to expand my application such that it can do this with instances of MySQL Server also. I am using .NET 3.5 with Visual Studio 2008 which includes the MySQL Connector/NET (ie. MySQL.Data.dll) namespace. I have searched for solutions/hints/comments on the web to no avail. Is there a method one might recommend to acheive this?
↧