Created On:  04 March 2011

Problem:

No error message is produced during a compile if an incorrect column name has been specified for a table within an EXEC SQL SELECT statement.

Resolution:

No error would be produced for a wrong column name during compilation as these are reported as warnings.  Change the message level to WARNING within your build settings for your program and you will get the appropriate message during the compile.
Incident #2488980