A good design approach for DB Systems is, use only ASCII 7 for SQL, Fieldnames, Parameternames. If you use local chars, you newer know, where a error comes and your system must not be the system of the target. So you some times unwanted errors and did not know, if it is LCL, DB-driver or a mistake in code.