Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: WEB-Db Characterset Problem!!!
Either the characterset of your database is US7ASCII, or you didn't set
NLS_LANG to something including an 8-bit characterset.
To check either use select * from nls_database_parameters and/or select *
from nls_instance_parameters.
The customary european setting (You are from Austria, aren't you) is
American_America.WE8ISO8859P1
This is the Oracle implementation of the Latin-1 alphabet, characterset 850
on PC
Hth,
--
Sybrand Bakker, Oracle DBA
Rotter Richard <rotter_at_aon.at> wrote in message
news:387f8fcf$0$20390_at_SSP1NO17.highway.telekom.at...
> Hi,
>
> I have build a frame in WebDb 2.2 over an Table.
> When i update my Table with the Frame in my browser, i type in "Ä". But
what
> happens? When i display the updated data, then it displays "D".
>
> Whats wrong here?
>
> Thanks
> Richy
> richard_rotter_at_aon.at
>
>
Received on Fri Jan 14 2000 - 15:29:11 CST
![]() |
![]() |