PDA

Click to See Complete Forum and Search --> : exec sp then select query


smitty
Feb 8th, 2000, 09:49 AM
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).]

Feb 9th, 2000, 03:20 AM
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).]