While researching the three alternatives I found this in DataDictionaryImpl.java:
private final synchronized Properties getQueryDescriptions(boolean net) {
spsSet = net ? "metadata_net.properties" :
"/org/apache/derby/impl/jdbc/metadata.properties";
Would this method need to be ODBC aware?
Would any changes re ODBC need to be made to values in the
metadata_net.properties file?
