|
-
March 14th, 2001, 03:11 PM
#1
Accessing Oracle Stored procedure
Hi,
I have problem in accessing stored procedure with IN parameters.Please let me know hot to pass parameters to procedure which is created in Oracle from VB using command object.
Thanks in advance.
-
March 14th, 2001, 05:43 PM
#2
Re: Accessing Oracle Stored procedure
Using createparameter method create explicitly the parameters with command object that corresponds to the parameters with stored procedure and set the value property for the parameters which are supposed to be IN.
Or Else use refresh method to get the parameters autodefined from the procedure and then set the value property
- Srikanth
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
|