Subject | English | Indonesian |
comp., MS | event procedure | prosedur kejadian (A procedure that is automatically executed in response to an event initiated by the user or program code, or that is triggered by the system) |
comp., MS | remote procedure call | panggilan prosedur jarak jauh (A communication mechanism that allows computers to communicate with one another over a network. An RPC consists of a procedure identifier, parameters passed to the procedure, and a value returned to the caller (client computer) after the procedure has executed on the remote system (server computer)) |
comp., MS | stored procedure | prosedur tersimpan (A precompiled collection of SQL statements and optional control-of-flow statements stored under a name and processed as a unit. They are stored in an SQL database and can be run with one call from an application) |