G
Guest
Hi;
With the new ADO .NET 2.0, is there a way to have it enumerate all:
servers (of a given type such as Sql Server, Oracle, MySql, etc.)?
databases on a server?
tables, views, and stored procedures in a database?
I have database specific code (Oracle, Sql Server, & OLE-DB) to enumerate
the tables/view/stored procedures. But I would prefer a DbConnection based
call that would work for all.
And I have the Sql Server sqldmo code to get all Sql Server servers &
databases. But this requires the Sql Server client be installed, uses
unmanaged code, and only works for Sql Server.
??? - thanks - dave
With the new ADO .NET 2.0, is there a way to have it enumerate all:
servers (of a given type such as Sql Server, Oracle, MySql, etc.)?
databases on a server?
tables, views, and stored procedures in a database?
I have database specific code (Oracle, Sql Server, & OLE-DB) to enumerate
the tables/view/stored procedures. But I would prefer a DbConnection based
call that would work for all.
And I have the Sql Server sqldmo code to get all Sql Server servers &
databases. But this requires the Sql Server client be installed, uses
unmanaged code, and only works for Sql Server.
??? - thanks - dave