|
-
Sep 19th, 2001, 05:24 PM
#1
Thread Starter
Lively Member
catch Return value from storeproc
Can some one tell me how to catch the return value from store procedure in VB.
I have a storeproc as
create Procedure StoredProcedure2
select * from agent
return 5
I would like to catch the 5 in my VB code, can someone tell me how to do it? Thanks in advance
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
|