Originally posted by Satish Gopalakrishnan:
This is a question regarding the query timeout. If i am not setting the timeout for a query explicitly using the setQueryTimeout() method, what is the default number of seconds it waits before it times-out .
you'll have to check yourself because different implementations may have different default values. You can use the Statement.getQueryTimeout() method to find out ( NOTE --> a value of zero means unlimited ).
Jamie
[ August 26, 2002: Message edited by: Jamie Robertson ]