|
-
Jul 15th, 2004, 01:00 PM
#1
Thread Starter
Hyperactive Member
How to call Oracle stored proc from vb.net app?
I know it is different way to call Oracle stored procedure when compared to SQL server stored proc.
I am using currently the following format to call sql proc (BTW I am using Microsoft DATA access block )
"calling sqlserver stored proc"
helper = GetAdoHelper()
sConn = GetConnectionString()
drsql = helper.ExecuteReader(sConn, CommandType.StoredProcedure, "GetCustomers")
"How to call Oracle stored Proc"??
any help is greatly appreciated
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|