RPC call sample program

The example8.c sample program sends a remote procedure call (RPC), prints the result rows from the call, and prints the parameters and status returned by the remote procedure.

To use this example, you must have create the stored procedure rpctest in your default database. The comments at the top of the example8.c source code specify the create procedure statement necessary for creating rpctest.

NoteAccess to Adaptive Server is required.