diff --git a/src/jdbc/cubrid/jdbc/driver/ConnectionProperties.java b/src/jdbc/cubrid/jdbc/driver/ConnectionProperties.java index 36a8628bd7a..61041070b61 100644 --- a/src/jdbc/cubrid/jdbc/driver/ConnectionProperties.java +++ b/src/jdbc/cubrid/jdbc/driver/ConnectionProperties.java @@ -388,7 +388,7 @@ private int getDefaultConnectTimeout() { IntegerConnectionProperty clientCacheSize = new IntegerConnectionProperty( "clientCacheSize", 1, 1, 1024); - BooleanConnectionProperty holdCursor = new BooleanConnectionProperty("hold_cursor", false); + BooleanConnectionProperty holdCursor = new BooleanConnectionProperty("hold_cursor", true); public boolean getLogOnException() { return logOnException.getValueAsBoolean(); }