在informix中,674和111错误是什么意思

如题所述

674:找不到存储过程
111:找不到记录

$ finderr 674
-674 Routine <routine-name> cannot be resolved.

You called a routine that does not exist in the database, you do not
have permission to execute the routine, or you called the routine
with too few or too many arguments. If a prepared statement invokes a
user-defined routine and your application or another application drops
the routine before the prepared statement is executed, you will
receive this error.

You might also see this error message if you write an expression that
calls an SPL routine (stored procedure) that returns no values. For
an SPL routine to be usable in an expression, the routine must return
a value.

Check that the name of the routine is correct, that you have execute
permission, that you specified the correct number of arguments
to execute a routine, and that the data types for the arguments are
appropriate. For a prepared statement that refers to the routine,
make sure that the routine still exists when you execute the statement.

$ finderr 111
-111 ISAM error: no record found.

The ISAM processor cannot locate the requested record. For C-ISAM
programs, no record was found with the requested index value or record
number, depending on the retrieval mode in use. Make sure that the
correct index is in use. For SQL products, see the SQL error message or
return code. Probably no row was found for this query.
温馨提示:内容为网友见解,仅供参考
无其他回答

在informix中,674和111错误是什么意思
674:找不到存储过程 111:找不到记录 finderr 674 -674 Routine <routine-name> cannot be resolved.You called a routine that does not exist in the database, you do not have permission to execute the routine, or you called the routine with too few or too many arguments. If ...

请教高手,informix online 出现错误代码
-111 错误的描述:C—ISAM错误,没有找到记录。 系统的操作:该语句不被处理。 更正的方法:没有找到含有指定值的记录。编辑查询条件并重新进行查询。-112 错误的描述:C—ISAM错误:没有当前记录。 系统的操作:该语句不被处理。 更正的方法:试图访问当前列表中的记录,但没有当前列表。必须执行一个查询以生成一个当前...

在informix中,674和111错误是什么意思
674 找不到存储过程 111 找不到记录

相似回答