It's a request from my manager. We have a lot of users in more than 70 sites which are using our windows applications for data entry and reporting. Our users have different keyboard layouts and some of them use some characters for data entry that causes some issues in our reports and text searches.
They are using different languages for data entry. For example some of them are using Arabic keyboard layouts and other users are using Persian keyboard layouts. In these layouts there are characters with the same visual shape and different ASCII codes. The same is true for European keyboard layouts.
I'm looking for a method to replace invalid characters with standard characters. I need to change these characters just before the execution of the LLBL generated SQL command.
Can I do this conversions inside generated DataAdapterClass?
Can I change LLBL run-time DLLs and add this conversion inside LLBL run-time libraries? I have downloaded RuntimeLibraries_Source_07022010.zip from the customers area. Is it possible to change OracleDQE source codes and add this conversions?