case insensitive identifiers?

Hello,

CREATE TABLE **"**Pac_PAVE_MODEL_LINE**"**  (
**"**paml_id**"** Number NOT NULL,
...

The alter script generated by TDM contains “case sensitive” identifiers:``

CREATE TABLE **Pac_PAVE_MODEL_LINE**  (
**paml_id** Number NOT NULL,
...

I’d rather have “old style” identifiers ``

How do I configure TDM to generate “old style” identifiers?

Thanks!

bye
Thomas

Hi Thomas,

Try disabling the Use Quotation Marks option in Generate Change Script Wizard - DDL Code Generation section.

Regards,

Lukas