DataBase.Timeout Property

Top 

Description

The database attribute that determines how long in seconds a transaction will wait to perform its command before returning a timeout error. Not all database types that are run through ODBC support non-zero timeouts, and oftentimes will not report an error when they do not support it, but will instead automatically reset the timeout to 0. A value of 0 implies no time limit.

 

Timing Precision Mode

This page describes functionality in millisecond timing precision mode. Millisecond timing precision mode is deprecated and will be removed in a future release. We recommend that you migrate your Mission Plans to nanosecond timing precision mode.

Click here to see the documentation for this object in nanosecond timing precision mode.

 

Attributes

Type:

integer

Access:

read/write

Default Value:

0

Valid Range:

DataBase.Timeout ≥ 0

 

Syntax

myVariable1 = myDataBase1.Timeout;

 

myDataBase1.Timeout = myVariable1;

 

See also

DataBase Object

Interfacing with Databases Guide