Return to the SQL Tips
Stored Procedure stopped working after applying a PTF?
Here is the change we had to make:
Before change C/Exec Sql C+ Set Result Sets Array :ResultSet For :xx Rows C/End-Exec After change C/Exec Sql C+ Set Result Sets WITH RETURN TO CLIENT Array :ResultSet For :xx C+ Rows C/End-Exec
[report a broken link by clicking here]