There is a db2 server : DB2 OS/390 8.1.0,
procedure, that simply inserts data into table ins_prib_k('
PR','657803','A','3030030',5,1100,'20' ,'1',2111,'З717818','864300','242005','100001','13 134131','05','1222',' ','ОАО СинтеЗ')
One of the parameters contains cyrillic letters('ОАО СинтеЗ').
In case procedure is called from .net WebService using DB2Command object, cyrillic letters get into db in form like : 'ОАО СинтеЗ'
If i call the same procedure from IBM DB2 client, or from other client (for example Quest Central for DB2), everything is fine.
what is the problem ?