I am using Oracle 9i and VB.NET 2005.
I have certain Views, Functions and Procedures stored in Oracle. I want to pass a parameter and execute the query contained there in. How to do this using VB.NET 2005.
Printable View
I am using Oracle 9i and VB.NET 2005.
I have certain Views, Functions and Procedures stored in Oracle. I want to pass a parameter and execute the query contained there in. How to do this using VB.NET 2005.
See the FAQ article Gary wrote about it - Returning a recordset from an Oracle SP..., which has a .Net example in post #2.