Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Result Set Not Being Returned when Executing Stored Procedure #74

Open
scotdb opened this issue Aug 23, 2024 · 0 comments
Open

Result Set Not Being Returned when Executing Stored Procedure #74

scotdb opened this issue Aug 23, 2024 · 0 comments

Comments

@scotdb
Copy link

scotdb commented Aug 23, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant