Using Oracle Stored Procedures in VB.NET
Category:
DatabaseType:
SnippetsDifficulty:
IntermediateAuthor:
Ravi SankarVersion Compatibility:
More information:
This snippet of code gives you a quick example of using Oracle stored procedures in your VB.NET applications. objconn_orcl is the Oracle connection object here.
Instructions: Copy the declarations and code below and paste directly into your VB project.
Declarations: