User Tools

Site Tools


prop_logintimeout.htm
Navigation:  SQL Driver Properties(General) >====== PROP:LoginTimeout ====== Previous pageReturn to chapter overviewNext page

PROP:LoginTimeout sets a time limit in seconds for an SQL database's login screen. If the user does not respond in the allotted time, the connection fails and the login is aborted. The default is to wait indefinitely for user input. Some servers do not support this feature and may ignore the instruction. For example:

AFile FILE,DRIVER('SQL Driver'),OWNER('DataSource')

….

END

CODE

OPEN(Afile)

IF NOT ERRORCODE()

AFile{PROP:LoginTimeOut}=60        !allow 1 minute for login

END

NOTE: Not valid for ORACLE Accelerator

prop_logintimeout.htm.txt · Last modified: 2021/04/15 15:57 by 127.0.0.1