Develop > Programming > System Language reference > List: RAD routines > RAD routine: axces.database

RAD routine: axces.database

A RAD routine called by many Event Services events to add, update or delete records from Service Manager tables using Event Services.

Routine

axces.database

Parameters

The following parameters are valid for the axces.database routine:

Parameter Name Data type Required Description
record file
record
Yes Identifies the eventin record to pass.
prompt character Yes Identifies the Map name used in Event Registration. The event map name must end with a for add events and must end with u for update events.
string1 character Yes Identifies the Service Manager table to populate with data.
text character Yes Provides the specific action to take, such as the following:
  • add
  • delete
  • update
query character No Indicates the query to use to find the existing record to update.
boolean1 Boolean No When flagged, the value is true and Service Manager writes an eventout record. When not flagged, the value is false and no eventout record is written.
cond.input Boolean No Specifies the behavior to follow when more than one record matches the query. When flagged true, Service Manager processes more than one record. When not flagged (value is false), Service Manager processes only the first record found.
name character No Indicates the Format Control record to use.