Page 1 of 1

Find postgres servers on LAN

Posted: Thu 07 Aug 2008 00:52
by dghundt
For microsoft sql server, there are C# methods that allow one to identify any mssql servers and database names on the lan. Are there any methods in postgresqldirect.net that I can use to find any and all servers on LAN?

Posted: Thu 07 Aug 2008 08:21
by AndreyR
You can use the PgSqlDataSourceEnumerator class.
More information is available here:

http://www.devart.com/dotconnect/postgr ... mbers.html

http://msdn.microsoft.com/en-us/library ... rator.aspx