stolze,
I have tried store procedure way, but I don't like to get displayed all sorts of meta data. The output of store procedure is:
Code:
Result set 1
--------------
my result
Return Status = 0
So I don't like to get "Result set 1", "--------------" and "Return Status = 0". Is there way to omit this meta data when calling store procedure? By the way, I also dislike to get extra two spaces before result."
P.S. "my result" is output of my store procedure.
Thanks,
Grofaty