FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour How can I correct Korean Alphabet broken in calling MSSQL ?
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: How can I correct Korean Alphabet broken in calling MSSQL ?
Posted: Tue Sep 08, 2015 05:16 PM
Kim,

Do you mean that this code is properly working with xHarbour and fails with Harbour ?

Code (fw): Select all Collapse
cSQL := "SELECT code, iscode,num, name FROM CD_PERSON where name='ํ™๊ธธ๋™' "
oRs:Open( cSQL, oCn )
regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 57
Joined: Sun Apr 12, 2009 10:51 AM
Re: How can I correct Korean Alphabet broken in calling MSSQL ?
Posted: Wed Sep 09, 2015 02:17 AM

Mr.Antonio,

Yes...
It works, and show Correct results(Korean alphabet) when compiled with xHarbour.

But, when compiled with Harbour, Korean Alphabet was broken..., like... "??????"

Thanks.

Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: How can I correct Korean Alphabet broken in calling MSSQL ?
Posted: Wed Sep 09, 2015 08:04 AM
Kim,

It seems as a Harbour problem (not related to FWH) that should be reported in the Harbour users group:

https://groups.google.com/forum/#!forum/harbour-users

I am sorry I can't be of more help on this
regards, saludos

Antonio Linares
www.fivetechsoft.com

Continue the discussion