helmis
Member²
How to recover a out var of a stored function in a oracle database.
.
I want to recover NEW_NAME in Delphi, for that i declare a varible in a oracledataset & i call the proceddure, but the result of Oracle function is not Affected to this
oracledataset_Varible.
Thanks
Code:
FUNCTION ALICE_DATA( NAME IN VARCHAR2(25),NEW_NAME OUT VARCHAR2(25)) RETURN VARCHAR2
I want to recover NEW_NAME in Delphi, for that i declare a varible in a oracledataset & i call the proceddure, but the result of Oracle function is not Affected to this
oracledataset_Varible.
Thanks