Hi, the tool sqlcli is very new in release 7.5.0.5 and also in beta state. I guess your database is an unicode instance, because there was a bug in the first version of sqlcli handling unicode columns. A newer version of sqlcli build from our current development tree is available at: ftp://ftp.sap.com/pub/maxdb/tmp/maxdb-sqlcli-linux-i386-7_5_1_0a.tgz Please give it a try and sent me a message if the problem still exists.
HTH, Marco ---------------------------------------------- Marco PASKAMP MaxDB, SAP Labs Berlin > -----Original Message----- > From: Gu Lei [mailto:[EMAIL PROTECTED] > Sent: Freitag, 6. Februar 2004 09:24 > To: [EMAIL PROTECTED] > Subject: SQLCLI can not show varchar column value > > > operation system: RHEL 3.0 > sapdb version: 7.5.0.5 > > I can not see the varchar value in SQLCLI. > > test => create table test(a int,b varchar(10)) > (0 rows affected) > * Ok > test => insert into test values(1,'a') > (1 row affected) > * Ok > > test => select * from test > A | B > ---------------+--------------------- > 1 | > (1 row selected) > * Ok > > test => select username from users > USERNAME > ---------------------------------------------------------------- > > > (2 rows selected) > * Ok > > I should like SQLCLI if it showed me the value of varchar column. > Thanks. > > Best reguards, > Gu Lei > > > > > -- > MaxDB Discussion Mailing List > For list archives: http://lists.mysql.com/maxdb > To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED] -- MaxDB Discussion Mailing List For list archives: http://lists.mysql.com/maxdb To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]
