I have an application written in C running on a HP3000 using ALLBASE. I am
trying to get the same application code to run on a HP9000 using Oracle.
Using #ifdef I have been able to get the code to run on the HP9000. The
problem I have is getting the modified code to compile on the HP3000. ALLBASE
ignores the #ifdef's and tries to compile the Oracle 'EXEC SQL' and fails
with syntax errors. I can't use include files because Oracle can't handle
'EXEC SQL' in an include file. Does anyone know how to get around this
problem?

Steve Haug

E-mail: [log in to unmask]