Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: Exception when using setQueryTimeout() in jdbc

Re: Exception when using setQueryTimeout() in jdbc

From: Arthur James <ajames_at_cisco.com>
Date: Sun, 16 Jan 2000 22:08:57 -0000
Message-ID: <948089230.384612@sj-nntpcache-3>


Are you sure about this ? The documentation in java.sql.* says that the duration should be specified in seconds.

Thanks

Arthur

> Finally please give the timeout value in milliseconds.
>
> E.g. if you want a query to automatically be cancelled after 4 seconds:
> st.setQueryTimeout(4000);
>
>
Received on Sun Jan 16 2000 - 16:08:57 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US