Hi, what I was afraid for with the "delimited identifiers" solution comes true; now the query components aren't interchangeable for Informix and DB2 when building queries dynamicly. The DB2 queries need quoted names for the table and columns while Informix can't parse those.
Now I'm still looking for a parameter with which DB2 can resolve the table and column names to the default (uppercase) names regardless of the case of the names in the presented commands.
Regards,
Hans