我在oracle开发中使用了如下的语句:
exec sql select * into :instit
                from    instit
                where   instit_no = :req_buffer->instit_no ;报错,不知道为什么?以前用的好好的,最近编译,竟然出错,请问,问题出在哪里?开发环境:linux  CentOS C语言 Oracle数据库(proc)