You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
From object tree, right clicking on a stored procedure and choosing "Execute Stored Procedure". The SP takes an input parameter and returns one cursor / result set.
The output is -
QUERY: CALL DBAIR001.SP_CURSOR(? )
Number of Rows Returned: 1
CALL DBAIR001.SP_CURSOR(? )
[object Object]
Can this be fixed so that we can actually see the result set data?
DB2 Connect V2.3.1 running on VS Code 1.92.2 on Ubuntu Linux.
The text was updated successfully, but these errors were encountered:
From object tree, right clicking on a stored procedure and choosing "Execute Stored Procedure". The SP takes an input parameter and returns one cursor / result set.
The output is -
QUERY: CALL DBAIR001.SP_CURSOR(? )
Number of Rows Returned: 1
CALL DBAIR001.SP_CURSOR(? )
[object Object]
Can this be fixed so that we can actually see the result set data?
DB2 Connect V2.3.1 running on VS Code 1.92.2 on Ubuntu Linux.
The text was updated successfully, but these errors were encountered: