barmanvarn
New member
- Joined
- Nov 14, 2006
- Messages
- 4
- Programming Experience
- 5-10
I'm fairly new to vb.net but am old hand at t-sql. I like to put print statements in my stored procedures so that I can monitor certain variables, etc, as the code executes.
I'd like to call a stored procedure from my windows form and display the print statements in a text box as they occur. Is this possible? I already know how to call the sproc. I just need to know how to capture the prints statements as they occur and display them on the form.
thanks in advance
I'd like to call a stored procedure from my windows form and display the print statements in a text box as they occur. Is this possible? I already know how to call the sproc. I just need to know how to capture the prints statements as they occur and display them on the form.
thanks in advance