Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

DCOM or Java?

Status
Not open for further replies.

Kirilla

Programmer
Jul 12, 2000
101
HU
Hi,

I've a client-server app which works almost correctly. The client type anything ,call the sever component and it writes the text into a file. The problem is when the client type extended international chars (like õ,û in hungarian or all of the russian chars) the server app writes only question marks into the file. I've written the DLL and the client interface in VJ++. dll enable COM , support MTS etc.
It seems like DCOM not support UNICODE. I've tried it sending only String object and SafeArray object.

any idea?

thanks, KIRI
 
We found something. The Unicode chars come to the server app. and there is a conversion when we write it to the Access database. The hungarian unicode chars are converted to ANSI chars according to the server code page. But we like to see hungarian chars when we open this db from a hungarian machine.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top