This FETCH statement names a cursor that has never been opened or has
been closed. Review the program logic, and check that it will open the
cursor before this point and not accidentally close it. Unless a cursor
is declared WITH HOLD, it is automatically closed by a COMMIT WORK or
ROLLBACK WORK statement.作者: liaosnet 时间: 2010-12-25 11:58
建议还是别用太高版本的csdk连过低版本的informix作者: baiyso 时间: 2010-12-27 11:31
找到原因了,连informix 7.31时不能用CONNECT TO :dbname USER :username USING :password语句。