on 2016 Jan 08 5:49 AM
Hello,
is it possible to send error messages to a log or messages tab instead of pop-up?
If I run SP massively I have to disable error popup and loose the messages or click 1 by 1.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Maybe my fault and I didn't explain well.
If I'm validating some data in the stored procedure and returning an error message the output will be return to in a pop up window.
In option I have the possibility to continue, notify and continue, prompt, stop and notify, etc. However all these options open a popup window.
If I need to run 50 times the same procedure I will get 50 pop up and I will no be able to copy paste all the error messages, besides 1 by 1.
In toad for sybase or aseisql the error messages are in messages tab with ability to copy and paste.
Why don't you write the error messages into a table (base or temporary) rather than poping-up a window. and then select the results at the end?
BTW - you mention aseisql - are you using SQL Anywhere or ASE? This forum is about SQL Anywhere which is an entirely different product so the answers you get may not be appropriate for your situation.
User | Count |
---|---|
67 | |
10 | |
10 | |
10 | |
10 | |
8 | |
8 | |
7 | |
5 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.