aiaiDBA

加微信获取免费职业规划+学习资料,了解年薪50万的DBA是如何练成的

13718043309

010-86462881

PCC-00088: User defined type identifier expected

PCC-00088: User defined type identifier expected
Cause: The user-defined datatype name in an EXEC SQL TYPE statement is missing or misspelled, is a reserved word, is not a legal identifier in the host-language or conflicts with a base datatype in that language.
Action: Check the spelling of the user-defined datatype name. If necessary, declare a valid user-defined datatype. User-defined datatype equivalencing is available only in Pro*C and Pro*Pascal.

请先 登录 后评论

1 个回答

小智
PCC-00088:用户定义的类型标识符,
.原因: EXEC SQL TYPE语句中的用户定义的数据类型名称丢失或拼写错误,是保留字,不是主机语言中的合法标识符,或与该语言的基本数据类型冲突。,
.操作:检查用户定义的数据类型名称的拼写。如有必要,请声明一个有效的用户定义的数据类型。用户定义的数据类型等价只能在Pro * C和Pro * Pascal中使用。,
.
请先 登录 后评论