문제

I Have to suppress result set from a stored proc Is there any set command to suppress the result set in sybase stored proc?

I have a stored proc,i want to use that in my front end and script with out duplicating

Thanks

도움이 되었습니까?

해결책

Try fmtonly option.

set fmtonly on

go

exec stored_proc(...)

go

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top