that procedure should be in DB at scheme which u use. that's all that i can tell u to this.

Dňa 17. 3. 2011 9:35, [email protected]  wrote / napísal(a):
thanks for your help. can u explain how i can access Proceedue T? which
folder it will be?


XEN-Housing s.r.o. wrote:
PPG i do not know to explain.

That's a part of Oracle handling code.
d_querys contain PLSQL code for oracle, where code is included between
begin and end. PLSQL is similar language like PASCAL. There is calling
oracle stored procedure T with params
s_from and tmp_message.


Dňa 17. 3. 2011 9:03, [email protected] wrote / napísal(a):
can anyone explain group=ppg use for push sms and what parameters to be
given
from php application to send sms.

please also expialin what "begin t" means.
$d_querys = "begin t('$s_from','$tmp_message');end;";
$cursors  = @OCIParse ( $pconnection, $d_querys);
@OCIExecute ($cursors);





Reply via email to