Edit Oracle Objects from C#
-
Is there a SQLDMO equivalent for Oracle? I am stuck in my project due to this. I have developed an application that uses SQLDMO that works great for SQL Server database. Now I need to extend that app to Oracle and am having a hard time finding a tool that does to Oracle what SQLDMO can do for SQL Server. Thanks in advance.
-
Is there a SQLDMO equivalent for Oracle? I am stuck in my project due to this. I have developed an application that uses SQLDMO that works great for SQL Server database. Now I need to extend that app to Oracle and am having a hard time finding a tool that does to Oracle what SQLDMO can do for SQL Server. Thanks in advance.
I could be wrong but I don't think there is an exact equivalent of SQLDMO in Oracle. You should go to Oracle's developer's network and query their message boards or knowledge bases. Oracle does have some .NET tools such as ODP.NET.