Hi all, hope you can help me
I have a db2 workgroup udb 8.2 FP 10 on windows 2003
Territory Lat, Codepage 1252, Code set 1252, Country 3
The problem is with special spanish characters á é í ó ú and ñ
There are 2 applications: one
vb that works perfect
The other is a websphere 6.0 using IIS as webserver, on windows too
I can't make those special characters work ok. I fill the forms and those
characters return garbage when retrieved from the database.
If I insert with CLP and select they are ok.
I traced the jdbc type 2 driver websphere is using the this is the line:
( DBMS NAME="DB2/NT", Version="08.02.0003", Fixpack="0x23040106" )
( Application Codepage=1252, Database Codepage=1252, Char Send/Recv
Codepage=1208, Graphic Send/Recv Codepage=1200 )
Both codepages application and database are ok.
I tried setting the codepage with db2 set to 1252 or 1208 but none works.
What's the Send/Recv Codepage?
All windows have the same regional settings
Can anyone give me a clue?
Thanks in advance
Fabio