example8.c sample program

The example8.c 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.