开发者

How can I limit variable size in to maximium of 32 KB in Oracle Forms?

I am working with Oracle Form开发者_如何学Gos 6i and I want to limit the size of the return value of a functions in to 32KB. How can I do this ?


If you're calling a function that returns a VARCHAR2, it's already limited to 32,767 bytes.

(If you want to limit it to something less than that, you'd add some validation code to the function to check the return value length, and raise an exception if the validation fails).

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜