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?
|
Banned
|
|
| 18Sep2012,09:09 | #1 |
|
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? |
|
Go4Expert Founder
|
![]() |
| 18Sep2012,09:35 | #2 |
|
Which Database?
|