A user or client application can issue a set statement to change values that affect only the current client connection. These values remain in effect only for the duration of the client connection or until another set statement is issued.
Access service set statements are not case sensitive. To set an access service configuration property value or processing value for the current connection, issue a set statement as follows:
set { property_name | processing_name } value
where:
property_name is the name of the configuration property.
processing_name is the name of the processing option.
value is a valid value for the configuration property.
The following is a set statement for the Client Interaction property, SendWarningMessages:
set SendWarningMessages {no | yes}