I am using Sybase IQ and SQLAnywhere 16 JBDC driver. I would like to set a query timeout at the JDBC URL level, like how you can set DEFAULT_QUERY_TIMEOUT on the JDBC URL using the JConnect JDBC driver. I know I can set timeouts at the JDBC query level but I am using an ORM which doesn't provide that level of access. |