REQUEST A DEMO

Calling Oracle Stored procedures using Dovetail SDK’s SqlHelper

As a follow up to my earlier post on Calling Oracle Stored procedures using Powershell, one of our customers shared another example of doing something similar.

 

He’s calling an Oracle stored procedure using vb.net. It uses both input and output parameters. Also, he’s using theSqlHelper object from the Dovetail SDK, whereas I used ADO.NET objects. SqlHelper is basically a wrapper around ADO.NET objects.

\

The more examples the better!

 

 

Header declaration of the stored procedure

VB code

 

 

Great stuff. Thanks for sharing Jim!