Subject IN OUT PARAMETERS
Author Mihalache Bogdan

In firebird is there an option to declare a parameter in a stored procedure as an IN/OUT. (like ORACLE server has) http://docs.oracle.com/cd/B28359_01/appdev.111/b28370/parameter_declaration.htm

 

 

I want to send a parameter to a procedure, do some operation with it, and return his new value.

 

 

Thank you!