A client application executes an RSP by issuing a use procedure command as follows:
use procedure [with [binary] data] procedurename [arglist]; [input data]
where:
procedurename is the name of the RSP.
arglist is the list of arguments.
input data is the binary data.
A client application can send input data only when the SQL transformation mode is passthrough mode (or TSQL0 or TSQL1 backward compatible modes).
Copyright © 2005. Sybase Inc. All rights reserved. |