Hi,
See if someone could help me with the following...
I have a stored procedure which I call from my Asp/Vb prog.
In that stored proc. I have written Insert,Update and many operations.I want my SP to return the status i.e Insert successfull etc. so that I can show it in a progress bar(or Label).I dont want to print msgs using PRINT in SP.Bcoz it prints after the SP is fully executed...
Thanks
See if someone could help me with the following...
I have a stored procedure which I call from my Asp/Vb prog.
In that stored proc. I have written Insert,Update and many operations.I want my SP to return the status i.e Insert successfull etc. so that I can show it in a progress bar(or Label).I dont want to print msgs using PRINT in SP.Bcoz it prints after the SP is fully executed...
Thanks
Comment