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: 

Changing Cases of data

Former Member
0 Kudos

Hi Experts,

When i am executing Select query to get data from database table it is converting the data into upper case.

I dont want to change the case to upper case. It should remain the same i.e letter which are uppercase shold remain uppercase and the ones which are in lowercase should remain lowercase.

Please help to get this.

Regards,

Akriti

6 REPLIES 6

Former Member
0 Kudos

Hi,

may be the data is in uppercase in data base table also thats why you are uppercase data otherwise by default whatever data in Database will get the same data only, it wont change by default.

Thanks,

Sree


Former Member
0 Kudos

Ok..

Thanks for the help Polu

0 Kudos

Hi Akriti,

    Please check the field domain characteristics , then you come to know whether the values are maintained in Lower Case or upper case.

If you want to change to upper / lower while displaying use conversion rule.

Regards,

Krishna

Former Member
0 Kudos

Yes Krishna..

I checked that.. but in case of standard database table i cannot change that.

Regards,

Akriti

0 Kudos

Hi,

if the data is in uppercase in database table and you want it to convert to lower case then you can conevrt the data using conversion statement in your program otherwise you dont have any options.

Thanks,

Sree

Former Member
0 Kudos

Ok..Thanks Sree