sp_helpText in sybase
A Java SQL client for any JDBC compliant database
Brought to you by:
colbell,
gerdwagner
If I run an sp_helptext and then a stored procedure name,
it should return the content in stored procedure. It just
seems to show the number of lines of text and there is
now way or retrieving what that text is. Please could a
change be made so that the text can be shown.
By driver is: Sybase Adaptive Server Anywhere 12.5
(Syabes Central 3.2\java\Jaguar ASEPlugin.jar).
Logged In: YES
user_id=233132
Works in SQSC 2.3
sp_helptext myproc
text
----------------------------------------------------
create procedure DBA.myproc as
begin
select* from bank
return 0
end