Title: Error -213 Post by: Paul S. on August 18, 2011, 09:54:30 pm When doing large searches I allow the user to press the "Cancel" button to interrupt the SQL.
This all works fine, but an error -213 always appears in the errorlog , is there any way to stop this happening. Using later 2.32.x versions of frontend (Redhat) and backend (windows-xp) Thanks Paul Title: Re: Error -213 Post by: Sebastien F. on August 19, 2011, 09:18:20 am Hello Paul,
Can you provide a sample to reproduce? With the following code I don't get any error trace in the log file: Code
Are you using WHENEVER ERROR CONTINUE? Doc ref: https://4js.com/online_documentation/fjs-fgl-manual-html/User/SqlProgramming.html#SQL_INTERRUPTION https://4js.com/online_documentation/fjs-fgl-manual-html/User/Exceptions.html#TRACE Seb Title: Re: Error -213 Post by: Paul S. on August 19, 2011, 10:17:30 pm Thanks for the reply, I will tried and get a test together over the weekend.
Paul |