Article ID: 145846
Article Last Modified on 9/30/2003
WaitTime - Resets to zero and default is 100 Transactions - Gives error message "Property value is out of bounds" DispLogin - Gives error message "Property value is out of bounds" BatchMode - Resets to false (.F.)
x = SQLCONN() && You can use any data source. ?SQLGetProp(x,"WaitTime") && Returns 100 ?SQLSetProp(x,"WaitTime",200) && Returns 1 ?SQLGetProp(x,"WaitTime") && Returns 200 ?SQLSetProp(x,"WaitTime") && Returns 1 ?SQLGetProp(x,"WaitTime") && Returns 0! ?SQLDisConn(x)The last call to SQLGetProp() returns 0 when the default for WaitTime is 100.
Keywords: kbbug kbfix kbvfp500fix KB145846