MySQL Forums
Forum List  »  Sybase

sybase stored procedure problem
Posted by: uttamrao -
Date: January 24, 2006 04:36PM

I have to use a stored procedure in one of my sql statement
e.g.
UPDATE tbTable
SET fdField1 = myProc ( fdField2, fdField3)
WHERE
fdField4=someval

its giving error as sybase allows only built in functions here.

It was possbile in oracle by creating a function.
Any help? Any workarounds?

Options: ReplyQuote


Subject
Views
Written By
Posted
sybase stored procedure problem
7719
January 24, 2006 04:36PM


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.