Example 8: Making a remote procedure call (RPC)

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

This sample requires you to have created 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.