Jul 30, 2008 #1 diggermf Programmer Joined Jun 16, 2008 Messages 20 Location US Hi All, In one of the stored procedures, we have a statement as "DYNAMIC RESULT SETS 1" . Could some one please let me know what this indicates about? and how DYNAMIC is useful. Its SUN Solaris - UDB
Hi All, In one of the stored procedures, we have a statement as "DYNAMIC RESULT SETS 1" . Could some one please let me know what this indicates about? and how DYNAMIC is useful. Its SUN Solaris - UDB
Aug 11, 2008 #2 Truusvlugindewind Programmer Joined Jun 5, 2002 Messages 350 Location NL It's your output. This procudure will (optionally) return 1 "table"/"result set" as output. And yes, very usefull. Look in the source of the procedure and see what it returnes to you. Upvote 0 Downvote
It's your output. This procudure will (optionally) return 1 "table"/"result set" as output. And yes, very usefull. Look in the source of the procedure and see what it returnes to you.