Find postgres servers on LAN

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for PostgreSQL
Post Reply
dghundt
Posts: 38
Joined: Thu 24 Aug 2006 01:16

Find postgres servers on LAN

Post by dghundt » Thu 07 Aug 2008 00:52

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?

AndreyR
Devart Team
Posts: 2919
Joined: Mon 07 Jul 2008 13:16

Post by AndreyR » Thu 07 Aug 2008 08:21

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

Post Reply