Chapter 7: Issuing Remote Procedure Calls


Understanding RPCs

The remote procedure call (RPC) feature allows a stored procedure to initiate an event in a remote database—that is, to make a remote procedure call. Basically, any CT-Library application can generate RPC events. A client application can invoke an RPC to:

NoteWhen ASE issues an RPC event to the DB2 access service, it tries to establish a connection using the same service name as the identifier for the ASE in the sql.ini file (Windows) or the interfaces file (UNIX).