patternMinor
Is there a -w equivalent for isql when already connected?
Viewed 0 times
equivalentisqlalreadyconnectedforwhenthere
Problem
The default output (text) width in sybase isql is 80. It can be changed with the
Now, I am wondering if there is a possibility to change the text width when I am already connected. I would have expected something like
or something similar. Yet, in the documentation I am unable to find something in this direction. So, does that mean that this is impossible or am I looking in the wrong place?
-w flag when isql is started on a command line:isql -w 200 -S... -U... -P...Now, I am wondering if there is a possibility to change the text width when I am already connected. I would have expected something like
1> set columnwidth 200
2> goor something similar. Yet, in the documentation I am unable to find something in this direction. So, does that mean that this is impossible or am I looking in the wrong place?
Solution
I think it is not possible to change dynamically this parameter.
I have found this article:
How do I pipe the output of one isql to another.
There, you can look at the other utilities to use in this scenario (sqsh, for example).
Luck.
I have found this article:
How do I pipe the output of one isql to another.
There, you can look at the other utilities to use in this scenario (sqsh, for example).
Luck.
Context
StackExchange Database Administrators Q#3186, answer score: 2
Revisions (0)
No revisions yet.