PDA

View Full Version : Using Procedure pubdbcall


edes
02-19-2003, 06:36
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.

MKR
02-19-2003, 15:01
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