Results 1 to 2 of 2

Thread: exec sp then select query

  1. #1

    Thread Starter
    New Member
    Join Date
    Dec 1999
    Location
    TN
    Posts
    11

    Post

    I need to exec a stored procedure, then after it is complete, I need to run a select query and put the results of the select into text boxes. I'm using ADO.

    [This message has been edited by smitty (edited 02-08-2000).]

  2. #2
    Guest

    Post

    let the stored procedure return the select query and you can access it in the recordset

    Originally posted by smitty:
    I need to exec a stored procedure, then after it is complete, I need to run a select query and put the results of the select into text boxes. I'm using ADO.

    [This message has been edited by smitty (edited 02-08-2000).]

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width