CommandTimeout

Indicates how long to wait while executing a command before terminating the attempt and generating an error.

Group: Database Stored Procedure Object


Syntax:

StoredProc.CommandTimeout = nValue

Alternate: nValue = StoredProc.CommandTimeout

nValue  (Long) time in seconds, default is 30

Example:

See Execute