, you are notified whenever a connection URL contains an incorrectly
specified attribute. For example if the attribute name is misspelled or cased
incorrectly
prints a message.
Note: ij checks
attribute
values if the attribute has pre-defined
values. For example, the attribute
shutdown has the
pre-defined values of
true or
false. If you try to set the attribute
shutdown to a value other than
true or
false,
ij displays an error. For example:
ij> Connect 'jdbc:derby:anyDB;shutdown=rue';
ERROR XJ05B: JDBC attribute 'shutdown' has an invalid value 'rue',
valid values are '{true|false}'.
ij>