Home » Other » General » SYBASE iSQL equivalent of SQL "SET LINESIZE n"
SYBASE iSQL equivalent of SQL "SET LINESIZE n" [message #124349] Fri, 17 June 2005 11:41 Go to next message
steve0707
Messages: 1
Registered: June 2005
Junior Member
Not really a SQL question but...

Is there a SYBASE iSQL equivalent of SQL "SET LINESIZE n" ???
Re: SYBASE iSQL equivalent of SQL "SET LINESIZE n" [message #125883 is a reply to message #124349] Wed, 29 June 2005 13:24 Go to previous message
andrew again
Messages: 2577
Registered: March 2000
Senior Member
isql [-b] [-e] [-F] [-p] [-n] [-v] [-X] [-Y] [-Q]
    [-a display_charset]
    [-A packet_size]
    [-c cmdend]
    [-D database]
    [-E editor]
    [-h headers]
    [-H hostname]
    [-i inputfile]
    [-I interfaces_file]
    [-J client_charset]
    [-K keytab_file]
    [-l login_timeout]
    [-m errorlevel]
    [-o outputfile]
    [-P password]
    [-R remote_server_principal]
    [-s colseparator]
    [-S server_name]
    [-t timeout]
    -U username
    [-V [security_options]]
    [-w columnwidth]  <<=== this one
    [-z locale_name]
    [-Z security_mechanism]



C:\>isql -S SQLDEV -U test -P test -w20
1> select 'the quick brown fox', 'jumps over the lazy dog'
2> go


 -------------------
         -----------------------
 the quick brown fox
         jumps over the lazy dog

(1 row affected)
1>exit


C:\>isql -S SQLDEV -U test -P test -w100
1> select 'the quick brown fox', 'jumps over the lazy dog'
2> go

 ------------------- -----------------------
 the quick brown fox jumps over the lazy dog

(1 row affected)
1>
Previous Topic: Unicode prob with arabic data in oracle
Next Topic: exchange
Goto Forum:
  


Current Time: Thu Mar 28 13:45:15 CDT 2024