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).]
Printable View
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).]
let the stored procedure return the select query and you can access it in the recordset
Quote:
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).]