Thread
:
Help in Database Procedure returns value
View Single Post
AimyThomas
Banned
18Sep2012,09:09
We have a database procedure that returns a value by reference.
This is how it is used in ABF:
h_status = pr_get_passphrase
(h_passphrase = BYREF(:gv_passphrase));
Is it possible to do the same in PHP?