Using SMO with Oracle?

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.
 
F

Frans Bouma [C# MVP]

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#)
------------------------------------------------------------------------
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top