Contents
Display Legacy Contents

 Print
    Stored Procedures    
Stored procedures are subroutines available on the server database. Stored Procedures cannot be created in Kalipso; they have to be imported through a Remote Online Database Connection Profile.
Kalipso doesn’t support either the “Return Value” or Output Columns of Stored Procedures. If you use Output Columns in your Stored Procedures, you have to delete them in Kalipso.
To be able to receive data through a Stored Procedure, you’ll have to fill a record set.

Updated: 3/20/2018 4:51 PM