Comment on this topic

Documentation Comments

Use this form to comment on this topic. You can also provide any general observations about the Online Documentation, or request that additional information be added in a future release.

Reality V15.2 Online Documentation (MoTW) Revision 3

%Set Special Method (databasic_sp_method_set.htm)

To

Reality

Version

Topic

Submitted by

Company

Location

Email address

Comment

 

 

%Set Special Method

This method is used with a connection object to modify the operation of the connection.

Syntax

%Set(keyword)

Syntax Elements

keyword Is case insensitive and selects a required operation:
 
Default Makes the connection object the default connection.
TranslateNL Translates newlines to attribute marks in returned data and attribute marks to new lines in data sent to the object server.
NoTranslateNL Turns off TransaletNL (the default operation).
EarlyErrorNotify Enables early detection of server errors (the default operation).
NoEarlyErroNortify Disables early detection of server errors. See Optimisation.

Examples

SecondCon->%Set(Default)

Makes SecondCon the default connection.

%Set(TranslateNL)

Enable AM <-> New Line translation for the default connection.

See Also

Special Methods

RealityV15.2Revision 3Comment on this topic