vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Hi, I posted a problem I was having before and got a little side tracked into a solution for that particulcar problem, but there seems to be a more general problem with CONTINUE Handlers in V8.2 Here's the symptom with a SP containing CONTINUE handlers: If I build the SP via the CLP i.e db2 CREATE PROCEDURE .... , the procedure runs fine as expected. If I build the SP from the Development Centre NOT for debug, the procedure runs fine as expected. If I build the SP for debug, it fails/exits whenever the CONTINUE handler is invoked ?? (whether it is CALL'd or run within Dev. Centre). Ref. I'm using V8.2 ESE fp7a SLES and V8.2 fp7a Dev. Client Windows (NB. These procedures worked fine on V8.1) Paul. |