Hi Paul, SQL Studio 7.3.0.15 is NOT capable of Unicode. Get the new Version 7.3.1.0 from www.sapdb.org , this version is capable of Unicode.
regards Wolfgang -----Original Message----- From: Paul Muad`dib [mailto:[EMAIL PROTECTED]] Sent: Donnerstag, 15. November 2001 11:47 To: [EMAIL PROTECTED] Subject: Select Statement on UNICODE Database I set up a Database with the parameters : _UNICODE YES and DEFAULT_CODE YES There is only a small table (Persons) in there : ID Integer NOT NULL, Name Varchar(20) NOT NULL, Password Varchar(10) NOT NULL I filled up the table with values like : 1, user, 12323 when I now make SELECT * from Persons it is showing me all the entries, but when I do SELECT * from Persons where Password='12323' there is no result ??? I tried it with the SQL Studio 7.3.0.15 and also from a small java programm with sapdb-jdbc 7.3.0.19a but no result ... Any ideas ???? Thnx Paul