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

Reply via email to