Trap/catch 'SQL statement doesn't return rows'
Posted: Fri 02 Jan 2015 15:37
Using IBDAC latest version.
When I attempt to open a storedproc which contains an execute statement - and does not return rows I receive 'SQL statement doesn't return rows' error message in a box - this is correct.
However I would like to catch the error and deal with it without interrupting the programme with the error box.
I've tried putting the open call in a try except block but the error box still shows.
Thanks
When I attempt to open a storedproc which contains an execute statement - and does not return rows I receive 'SQL statement doesn't return rows' error message in a box - this is correct.
However I would like to catch the error and deal with it without interrupting the programme with the error box.
I've tried putting the open call in a try except block but the error box still shows.
Thanks