I have noticed that the generated code does not respect the case of the table names in the database. For example:
A table name ABCargh would generate to AbcargEntity
What is odd is if I have a table named say: RoleUser it translates properly to RoleUserEntity.
This also holds true for column names. It changes the case. It seams that when there are multiple caps next to each other, it does not honor the name of the table.
How can this be corrected? Is there an option that needs turned on? Caps in Table & Field names have specific meaning and now I am coding to objects that have lost their meaning because of the loss in case.
Thanks in advance.
Jim