Note: This is a Compatibility Change.
In releases prior to V11, the JDBC driver expected a connection URL in a non-standard format that application generation tools may not support:
jdbc:ctree:[<portnumber>@]<host>:<database>[?param=value[¶m=value]...]
The JDBC URL format has been changed to be compliant with standard JDBC spec:
jdbc:ctree://<host>[:portnumber]/<dbname>[?param=value[¶m=value]...]
where
characterEncoding
password
user
Note: For complete backward compatibility, the c-treeACE SQL JDBC URL supports both the old format as well as the new format. The new format is the preferred format.