Path: utzoo!attcan!uunet!mcvax!cernvax!hslrswi!aut!lincoln From: lincoln@aut.UUCP (Philip Lincoln) Newsgroups: comp.databases Subject: ESQL preprocessor in Informix. Keywords: informix-sql Message-ID: <583@aut.UUCP> Date: 18 May 89 10:07:59 GMT Organization: ascom AUTELCA AG, CH-3073 Guemligen Switzerland Lines: 11 Does anyone know why the ESQL preprocessor in Informix converts all types and variable names in a host variable declaration to lower case? e.g. after preprocessing $char GREEN; comes out as char green; This can (has) caused a few problems, C being case sensitive and all that. Is there a way to get around it? Thanks.