MySQL Forums
Forum List  »  Sybase

Re: sybase stored procedure problem
Posted by: stefan sonnenberg
Date: July 31, 2006 03:56AM

See
this "The Complete Sybase ASE Quick Reference Guide" from Rob Verschoor., p. 30,
this http://manuals.sybase.com/onlinebooks/group-as/asg1250e/sqlug/@Generic__BookTextView/43833;pt=42621/*;lang=de#X
and
this http://manuals.sybase.com/onlinebooks/group-as/asg1250e/jcs_kona/@Generic__BookTextView/6371;pt=6371;lang=de

You must declare a output var (as in/out/inout in Oracle btw),
it is not possible to create a function as in Oracle or MS SQL Server or MySQL 5, and returning data from a SP is
somewhat akward.

One last chance:
Spend money, get a license for ASE_JAVA and follow that:
http://www.sypron.nl/udf.html

cheers,
a Sybase DBA already trying to get rid of ASE ...



Edited 1 time(s). Last edit at 07/31/2006 04:00AM by stefan sonnenberg.

Options: ReplyQuote


Subject
Views
Written By
Posted
7733
January 24, 2006 04:36PM
Re: sybase stored procedure problem
5544
July 31, 2006 03:56AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.