on 2015 Aug 06 3:53 PM
In the course of a project to improve some of our documentation I was interested to come across the Remarks column in the SYS.SYSPROCPARM system view. I checked the syntax of COMMENT and as I had remembered, parameters of procedures aren't mentioned. My disappointment was complete (a sad reflection on my aspirations these days) when I looked at the view definition and saw
cast(null as long varchar) as remarksI presume it is there for compatibility reasons or as an idea for a future enhancement. Perhaps this idea and or compatibility requirement could assume a more tangible form in a later version?
Request clarification before answering.
It existed in the real SYSPROCPARM table up to V9 but I don't think there was any way to use COMMENT ON to populate it.
It was dropped from the real ISYSPROCPARM table and the SYSPROCPARM view in V10 as part of The Great Leap Forward In System Table Design.
It was restored to the SYSPROCPARM view in V12 as described in the V12 and V16 docs...
remarks LONG VARCHAR Always returns NULL. Provided to allow the use of previous versions of ODBC drivers with newer personal database servers.
What are the chances of it being implemented? Wait here, it'll be along soon... 🙂
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
75 | |
30 | |
9 | |
8 | |
7 | |
6 | |
6 | |
5 | |
5 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.