|
Home > Archive > SQL Anywhere Feedback > December 2005 > Enable copy-to-clipboard for error message in ISQL error dialog
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Enable copy-to-clipboard for error message in ISQL error dialog
|
|
| Breck Carter [TeamSybase] 2005-12-02, 9:23 am |
| Please make it possible to copy the entire error message to the
clipboard whenever ISQL displays an error message dialog.
This will make it easier to do two things:
(1) Report problems; no more capturing screenshots, no more re-typing
SQLCODE values.
(2) Create documentation, where writing a "How To Deal With This
Situation" section.
Breck
--
SQL Anywhere Studio 9 Developer's Guide
Buy the book: http://www.amazon.com/exec/obidos/A...7/risingroad-20
bcarter@risingroad.com
RisingRoad SQL Anywhere and MobiLink Professional Services
www.risingroad.com
| |
| Nick Elson 2005-12-02, 11:23 am |
| The key feature that is missing here (I believe) is the ability
to select the arbitrary sections of that pane; including (as
Breck would want) the entire message pane contents.
Currently you can only select and then copy just one line
at a time.
For example if you submit this SQL batch
begin
message( 'multi-part hello placed') to client;
message( 'in your') to client;
message( 'message') to client;
message( 'pane') to client;
end
You can only copy
'multi-part hello placed',
'in your',
'message',
or
'pane'
but no collection of lines or subset (as in just
the word 'hello') of those.
"Breck Carter [TeamSybase]" < NOSPAM__bcarter@risi
ngroad.com> wrote in
message news:t7m0p15a1p6mdo4
lfq3ldmbqvi4cm57o5e@
4ax.com...
> Please make it possible to copy the entire error message to the
> clipboard whenever ISQL displays an error message dialog.
>
> This will make it easier to do two things:
>
> (1) Report problems; no more capturing screenshots, no more re-typing
> SQLCODE values.
>
> (2) Create documentation, where writing a "How To Deal With This
> Situation" section.
>
> Breck
> --
> SQL Anywhere Studio 9 Developer's Guide
> Buy the book:
> http://www.amazon.com/exec/obidos/A...7/risingroad-20
> bcarter@risingroad.com
> RisingRoad SQL Anywhere and MobiLink Professional Services
> www.risingroad.com
|
|
|
|
|