Hi,
I got a error , when NET EXPRESS complier source like :
" 316 EXEC SQL
317 SELECT ITEMA
318 INTO :ITEM_A
319 FROM MY_TABLE
320 END-EXEC "
error message
* 801-S******************** ( 0)**
** External Compiler Module message
** ES0109 ITEM-A
I don't know why host varible was changed , and how to fix that problem.
Regards