Using Procedure pubdbcall

Hi,

I’m using the service pub.db:call to access a procedure in a Sybade DataBase.
I’m passing the $dbAlias,$dbProc and dbProcSig.
When i run the service, it runs without errors but it does not returns my information.
I don’t know how to fix it.

Thanks.

Edes,

The input for the same is

$dbAlias
–OR–
$dbURL, $dbUser, $dbPass, $dbDriver
–OR–
$dbConnection

Do not use all the options. Use any one of the three…

Create a pub.db:connect and you can use the $dbConnection to make a call.

HTH
MKR