Help in Database Procedure returns value

Banned
18Sep2012,09:09   #1
AimyThomas's Avatar
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
shabbir's Avatar
Which Database?