DataBasic Reference > Statements and Intrinsic Functions > Special Methods > %Set

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.

RealityV15.1Online Documentation (MoTW) Revision 7

%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.1 (MoTW) Revision 7Comment on this topic