Hi!

In a dbmcli sql_session I call a dbproc that has an output parameter, but I
can not find a way to get that.
If I try:
        sql_execute call original_channel_pos(3, ?)
the result is:
OK

---
If I use
        sql_execute call original_channel_pos(3, :a)
the result is the same, but how can I get the value of 'a' - if it really
exists (I mean as a variable)?
If noway, how can I get the out params of a dbproc in dbmcli?

Thanks:
        Attila Kenez

_______________________________________________
sapdb.general mailing list
[EMAIL PROTECTED]
http://listserv.sap.com/mailman/listinfo/sapdb.general

Reply via email to