Re: JDBC4 and setting statement_timeout: responds "is not yet implemented" => FIXED

2018-03-07 Thread Gunnar Halvorsen
Dear Robert The server is external and I'm not in able to upgrade the PostgreSQL-server. Because of the age I was afraid for choosing a "new" jdbc-driver. But I followed your suggestion to replace the jdbc4-driver with last edition and it worked nice with the new driver postgresql-42.2.1.jar. Thank

Re: JDBC4 and setting statement_timeout: responds "is not yet implemented"

2018-03-05 Thread rob stone
Hi Gunnar, On Mon, 2018-03-05 at 12:27 +0100, Gunnar Halvorsen wrote: > Dear Sirs, > As quite new in this discussiongroup I have red a lot about > statement_timeout, but I can't find any answer on the following > problem: > > My JavaEE-code responds the fpllowing Error message: > > Method > or

JDBC4 and setting statement_timeout: responds "is not yet implemented"

2018-03-05 Thread Gunnar Halvorsen
Dear Sirs, As quite new in this discussiongroup I have red a lot about statement_timeout, but I can't find any answer on the following problem: My JavaEE-code responds the fpllowing Error message: *Method org.postgresql.jdbc4.Jdbc4PreparedStatement.setQueryTimeout(int) is not yet implemented*