When calling an SP that returns a record set, prior to the closing of the
connection I issue a nextset() on the connection. As per the documentation,
this solves the broken connection issue. I am however recieving the warning
"/nethome/GSmith/python/playdb.py:73: Warning: No data - zero rows fetched,
selected, or processedrs.nextset()" (which is correct since it's the blank
result set at the end of the procedure). At first I though it might be because
I had show_warnings() enabled but even after disabling that the warning still
appears.
Any ideas?
Is there a simple way to fix this?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
When calling an SP that returns a record set, prior to the closing of the
connection I issue a nextset() on the connection. As per the documentation,
this solves the broken connection issue. I am however recieving the warning
"/nethome/GSmith/python/playdb.py:73: Warning: No data - zero rows fetched,
selected, or processedrs.nextset()" (which is correct since it's the blank
result set at the end of the procedure). At first I though it might be because
I had show_warnings() enabled but even after disabling that the warning still
appears.
Any ideas?
Is there a simple way to fix this?