Using SMO with Oracle?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

All,

Microsoft has Sql Server Management Object (SMO) for use with Sql Server
databasess; is there something simliar for using ADO.NET with an Oracle
database?

Thanks in advance.
 
Scott said:
All,

Microsoft has Sql Server Management Object (SMO) for use with Sql
Server databasess; is there something simliar for using ADO.NET with
an Oracle database?

No, SMO is for SQLServer only. Though you can control oracle with SQL
so all you need is a connection with the oracle db and of course the
knowledge of which SQL statements to use :)

FB

--
------------------------------------------------------------------------
Lead developer of LLBLGen Pro, the productive O/R mapper for .NET
LLBLGen Pro website: http://www.llblgen.com
My .NET blog: http://weblogs.asp.net/fbouma
Microsoft MVP (C#)
------------------------------------------------------------------------
 
Back
Top