Question
HKEX
CN
Last activity: 4 Jun 2024 22:12 EDT
RDB-List not get results
Hi Team,
I created an SP and wanted to get the results through the RDB-List
But I found that my stored procedure can be executed successfully and get results when executed in the database, But when I use RDB-List it doesn't return a result.
For example:
In DB, exec procedurename '20240423'
In RDB-List, \{Call procedurename('20240423') \}
Due to the complex business logic, I used a temporary table in SP. I am not sure whether it is because of this I cannot get the result through RDB-List... Has anyone ever been in a similar situation?
Thank you!