Hi,
I would like to verify that an sql command, entered by the user is valid. Indeed, I do a sqlExec with this command in parameter, and see if it returns an exception or not. I can catch the exception by a basic try/catch block. My issue, is that, even if I catch the exception, the sqlExec, show me a nasty error message in a popup box. Is there a way to disable this message box ?
Thanks a lot
Olivier OTTAVI
I would like to verify that an sql command, entered by the user is valid. Indeed, I do a sqlExec with this command in parameter, and see if it returns an exception or not. I can catch the exception by a basic try/catch block. My issue, is that, even if I catch the exception, the sqlExec, show me a nasty error message in a popup box. Is there a way to disable this message box ?
Thanks a lot
Olivier OTTAVI