LoginProperty.setOther Method [AX 2012]

Sets additional nonstandard logon parameters that are stored in the LoginProperty class.

public void setOther(str otherOdbcParameters)

Run On

Called

Parameters

otherOdbcParameters
Type: str
The additional ODBC-formatted parameters.

This method should be used only if the data source that you want to use requires some additional, nonstandard parameters.

The parameters must be applied in the standard ODBC format: <parm1>=<value1>;<parm2>=<value2>,...

For example: MODE=1;PATCH=32

Community Additions

ADD
Show: