Link to home
Start Free TrialLog in
Avatar of jc64
jc64

asked on

CTLib programming and Sybase error

I am programming Sybase using the CT-Lib. I am getting error codes such as "Return_Code" "-64003" and then I am getting the rows I expected from a stored procedure. How should I figure out the sysbas error codes and where can I find more information.

Thank you
ASKER CERTIFIED SOLUTION
Avatar of amitpagarwal
amitpagarwal
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Could you please paste the text of the stored proc.

to find the error message,
select * from master..sysmessages  where error = @error_no.
jc64,


have you been to sybooks.sybase.com?

knel