Subject | Declare External Function and Stored Procedure |
---|---|
Author | gizasphinx2003 |
Post date | 2004-10-11T08:31:24Z |
Hi all!
My problem is the following: I need to use SUBSTR function in a
Stored Procedure already written inside the database (i.e. not by
Dynamic SQL).
Is it possible to call the DECLARE EXTERNAL FUNCTION from inside a
Stored Procedure?
I don't want to call this statement from the client or via isql.
Is there a way to do this?
Thanks in advance.
My problem is the following: I need to use SUBSTR function in a
Stored Procedure already written inside the database (i.e. not by
Dynamic SQL).
Is it possible to call the DECLARE EXTERNAL FUNCTION from inside a
Stored Procedure?
I don't want to call this statement from the client or via isql.
Is there a way to do this?
Thanks in advance.