I am new to sybase server, and am having some trouble debugging. Can anyone tell me how to run stored procedure with more than 1 argument passed in in the interactive sql sessions for testing????
On isql you can execute the procedure with the procedure name and argument/s. If you want to execute only a part of the entire procedure, you may comment the unrequired part through vi editor and save the file. The command to create the procedure is :r <filename>
Thereafter, you may try executing the procedure from the same isql window and you can check the result. Similarly you can go step by step to check the complete procedure.
I am not sure whether this is what you are looking for. Pls write to me in case you want something else.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.