There are bugs with xsql using unicode. When xsql encounter unicode values, it terminates with error a message. Here is a sample.
$ bin/xsql -d TST dba,dba
> create table test (userid varchar(16) UNICODE, username varchar(32)
UNICODE, primary key(userid))
* OK
> insert into test ('admin','��¼��')
> select * from test
invalid type : 36
$
_______________________________________________
sapdb.general mailing list
[EMAIL PROTECTED]
http://listserv.sap.com/mailman/listinfo/sapdb.general
