Share via


LoginProperty.setOther(String) Method

Definition

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

public:
 virtual void setOther(System::String ^ _otherOdbcParameters);
public virtual void setOther (string _otherOdbcParameters);
abstract member setOther : string -> unit
override this.setOther : string -> unit
Public Overridable Sub setOther (_otherOdbcParameters As String)

Parameters

_otherOdbcParameters
String

The additional ODBC-formatted parameters.

Remarks

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

Applies to