|
-
Apr 29th, 2000, 06:30 PM
#1
Hi new user here. But don't hold that against me.
I need a little help. I am using VB5 attaching to SQL Server 6.5, I have created a stored procedure which outputs to a temp table. what I want to do is....
Execute the stored procedure from within my vb code but before the temp table is dropped populate a recordset so that i can use the information returned by the Stored Proc.
Any Help would be greatly appreciated.
Thanks
Inferno!
-
May 1st, 2000, 04:50 PM
#2
Hyperactive Member
Do you need to create a temporary table at all?
Why don't you just fire off a stored procedure to return a record set?
-
May 1st, 2000, 08:19 PM
#3
I think thats what i am going to do now.
I spotted that method on one of the other posts, haven't had chance to implement it yet though.
Thanks for the reply.
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
|