Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 11.0.1 (中文) » 错误消息 » SQL Anywhere 错误消息 » 按消息文本排序的 SQL Anywhere 错误消息 (T-Z)

 

未找到实例化视图 '%1'

错误常量 SQLE_MATVIEW_NOT_FOUND
ODBC 2 状态 S0002
ODBC 3 状态 42S02
参数 1 无法找到的实例化视图的名称。
严重级 11
SQLCODE –1041
SQLSTATE 42WB5
Sybase 错误代码 13470
可能的原因

您错误拼写了实例化视图的名称,或者没有用用户名限定实例化视图的名称。例如,您可能引用了 "Employees" 而不是 "DBA"."Employees"。