_Application.ODBCTimeout Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.