irerespective of case entered ,data should be stored in uppercase

hi friends,

i have ajsp application where it has many fields like

Name

Birthplace

college.....etc

the user enters data in all these fields .he can enter in any case..

But my requirement is irrespective of case entered ,data should be stored in uppercase .using mssql as backend....Please help me to tackle the issue..

thanks in advance

Ganesh BS

[408 byte] By [gania] at [2007-10-3 9:19:53]
# 1
once if u store in database obviously all the formattings will be lost. even i had this same issue few months back. i dont think u can store formatted data in database. if there is any way yep let me also know.
thanua at 2007-7-15 4:33:08 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 2
So store it all in upper case.You could do use the String method toUpperCase() in java to do the conversion.
evnafetsa at 2007-7-15 4:33:08 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...