Hi there
The Applications we use (web-based) allow the users to enter data into tables that are a combination of upper and lower case.
This causes a problem when you have to start searching for data as it is case sensitive.
To mod all the application to convert the text to upper case before storing it in to the database is unviable.
Is there a way one can maybe do the conversion from a
database side (DB2) before records are inserted.
The Applications we use (web-based) allow the users to enter data into tables that are a combination of upper and lower case.
This causes a problem when you have to start searching for data as it is case sensitive.
To mod all the application to convert the text to upper case before storing it in to the database is unviable.
Is there a way one can maybe do the conversion from a
database side (DB2) before records are inserted.