_Application.ODBCTimeout Property

Definition

Returns or sets the ODBC query time limit in seconds. The default value is 45 seconds.

public:
 property int ODBCTimeout { int get(); void set(int value); };
public int ODBCTimeout { get; set; }
Public Property ODBCTimeout As Integer

Property Value

Remarks

The value 0 (zero) indicates an indefinite time limit.

Applies to