Hello,
When defining table or column names in Java Dictionary, I am limited to 18 characters. I am modeling an existing database and to actually go through and change table/column names because they over 18 characters is not feasible. Is there a configuration setting that will allow me to increase the maximum name length?
Thank You