aiaiDBA

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

13718043309

010-86462881

O2U-00205: None of the characters in a type name were legal identifier characters

O2U-00205: None of the characters in a type name were legal identifier characters
Cause: None of the characters in the name of a user-defined type could be translated to a character that can begin a C or C++ identifier, such as a letter or an underscore.
Action: Specify an explicit translation for the type name in the INTYPE file.

请先 登录 后评论

1 个回答

小智
O2U-00205:类型名称中的任何字符都不是合法的标识符字符,
.原因:用户定义类型的名称中的任何字符都不能转换为可以开始C或C ++标识符(如字母或下划线)的字符。,
.操作:在INTYPE文件中指定类型名称的显式转换。,
.
请先 登录 后评论