Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

How to update small letters into a database table

Former Member
0 Kudos
115

Hi Guys,

Iam updating a database table. I want to update lower case letters into the table. But by default all the lower case gets converted to Uppercase. How to acheive this requriement.?

Regards.

Harish.

1 ACCEPTED SOLUTION

former_member181962
Active Contributor
0 Kudos
68

Hi harish,

In the domain level for that field, see if the check box for lower case is checked or not. You have to check it if it is a custom domain.

Regards,

Ravi

4 REPLIES 4

former_member181962
Active Contributor
0 Kudos
69

Hi harish,

In the domain level for that field, see if the check box for lower case is checked or not. You have to check it if it is a custom domain.

Regards,

Ravi

Former Member
0 Kudos
68

u need to check the lower case check box in the domain level of the field so that it holds small letters.

0 Kudos
68

If it is Standard domain and that checkbox is not checked, then can't we pass the lower case letters.

Regards.

Harish.

Former Member
0 Kudos
68

hi

On the domain of the particular field , within the definition tab you have to select the lower case check box . Only if this is checked then alone the values with lower case will be saved else it will be converted to upper case by default.

Hope this will answer your need.

Please give 10 points

- Dheepak