Home All Groups Group Topic Archive Search About

database enumerator like datasource enumerator

Author
9 Mar 2006 6:13 PM
David Thielen
Hi;

DbProviderFactory.CreateDataSourceEnumerator() creates a list of servers it
can find and does so for all ADO clients (yes it's only implemented for
SqlServer at present).

Is there a similiar client independent method of getting all databases on a
server?

Also, any chance this (both enum sources and databases) is going to get
implemented for Oracle, DB2, and MySql?

--
thanks - dave
david_at_windward_dot_net
http://www.windwardreports.com

Author
10 Mar 2006 2:43 AM
Kevin Yu [MSFT]
Hi dave,

As far as I know, currently there is no such data source enumerators for
other databases in .NET framework. You can try to search for some 3rd-party
components that can achieve this.

Kevin Yu
=======
"This posting is provided "AS IS" with no warranties, and confers no
rights."
Author
10 Mar 2006 3:14 AM
David Thielen
I was afraid of that...

How about the other part:
Show quote
> DbProviderFactory.CreateDataSourceEnumerator() creates a list of servers it
> can find and does so for all ADO clients (yes it's only implemented for
> SqlServer at present).

> Is there a similiar client independent method of getting all databases on a
> server?

--
thanks - dave
david_at_windward_dot_net
http://www.windwardreports.com



Show quote
"Kevin Yu [MSFT]" wrote:

> Hi dave,
>
> As far as I know, currently there is no such data source enumerators for
> other databases in .NET framework. You can try to search for some 3rd-party
> components that can achieve this.
>
> Kevin Yu
> =======
> "This posting is provided "AS IS" with no warranties, and confers no
> rights."
>
>
Author
10 Mar 2006 5:48 AM
Kevin Yu [MSFT]
Sorry for the inconvenience.

Kevin Yu
=======
"This posting is provided "AS IS" with no warranties, and confers no
rights."

AddThis Social Bookmark Button