example8.c sample program

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

NoteThis sample requires access to Adaptive Server.