Sending data to the RSP

You can use STD input pipes to send data to an RSP only if your DirectConnect TSQL setting is PASSTHROUGH (or TSQL0 or TSQL1 for backward compatibility only). You can send ASCII data through parameters and pipes; however, binary data can only be sent through pipes.

NoteIf your DirectConnect setting is SYBASE (or TSQL2, for backward compatibility only), you must pass data as parameters.

When invoking an RSP, the client application can send ASCII formatted data or binary data. If it sends binary data, see “Sending binary data”.