field names converted to all lower case (version 3)

I prefer to name my fields in camel-case but Servoy 3 is converting my field names into all lower case. Then I can’t go back to try changing it back or to insert underscores (even if I have not yet exited Dataproviders).

Is this normal and expected?

thanks

converting my field names into all lower case

The database is case insensitive, so it enforces lower case.

Then I can’t go back to try changing it back or to insert underscores (even if I have not yet exited Dataproviders).

Have you hit the Apply button already ?

You can not change it back in Servoy. Servoy gives you the option to create and delete columns but no changes are allowed.

You can use an administration application (if you use the default iAnywhere database that would be Sybase Central) and change the names.

If I am correct changing to ‘CamelCase’ will be at least ignored…

Chears,

Marcel