Hello, can I configure OJB zu create 'quoted identifiers' in the generated SQL, i.e. I want OJB to set table names, column names, owner (or schema) names between the quotes the respective dbms recognizes, e.g. select "col1" from "owner"."table" instead of select col1 from owner.table. Is this possoble? (I want to get rid of the case-sensitivity problems caused by using different tools on the same database)
Thanks in advance Max
