Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Exception when using setQueryTimeout() in jdbc
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
![]() |
![]() |