Gunnar : >> If I rename dear employee# 131 to Mary �rnqvist in CONCOMP database If I then do R> sel all from employee where emplname contains �֒ *( Capital national character �) I will get One row as expected
If I then do R> sel all from employee where emplname contains ��� *( Gemen (is that English for non capital?) national character �) I will get no rows satisie�. << I had similars issues with french extented char ... With RBW 6.5 : You must 'dig' inside RBASE.CFG file and find a manual that explain how does each parameter works. As far as I can remember, in your case, you must check to find a line in CASEP section that say that both char. (upper case and lower case � are equivalent). If this line is missing (I suppose it is), add it, exit RBW and run it again (RBASE.CFG is loaded only when entering RBase). You must also PACK you DB with USER CASE option to apply changes, because part of RBASE.CFG is stored into the DB. I dont' know how does RBW 7 will handle this .... Is RBASE.CFG file still there ? Best regards, J.M. GRATIAS, Logimatique

