Sometimes, you need to run your Oracle stored procedure in programming language code, such as C#. You can use this query to run:
string strSQL = "BEGIN YourStoredProcedure(Param1, Param2, ...); END;";
ExecuteOracleSQL(OracleConnectionString, strSQL);
Wednesday, June 10, 2009
Execute Oracle stored procedure
at 6:32 PM
Labels: Oracle, Oracle Query
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment