SetQueryTimeout

<< Click to Display Table of Contents >>

Manual > Control Reference > Other > Direct query database(SQL) control > Method >

SetQueryTimeout


 

Specifies the number of seconds before a query times out.

 


syntax

SetQueryTimeout(

         seconds

         )

 


Parameters

 

seconds


Type:

Number


Number of seconds. If 0 is specified, no timeout processing will be performed and the wait will be forever.

 

Return Value



Type:

Boolean


FALSE - Failure. TRUE - Success.

 


hmtoggle_plus1Explanation