There's an 18 characters length limited on the specific of stored procedure.
CREATE PROCEDURE usp1
LANGUAGE SQL
DYNAMIC RESULT SETS 1
SPECIFIC aaaaabbbbbcccccddde
SQL0107N 名称 "AAAAABBBBBCCCCCDDDE" 太长。最大长度是 "18
NOTE: this limitation is not effected with procedure names.
2006-6-2 Update
NOTE: this limitation is effected with both Names and Specifics for functions.
- 文章信息
- 版权声明: 本文可以任意转载,转载时请务必以超链接形式标明文章原始出处和作者信息。
- 原文出处: http://www.aiview.com/
- 写于: 2006-04-20 [Edit]
- 作者: Alex (email &msn)

- 标签 Tags: DB2 Development (24)


