Hi all!
I am having the same problem. I can input Arabic (Input locale etc all set)in a text box in my
VB app. I can also input Arabic in Sql Server 2000 (collation for this field set too). But when saving from
VB to Sql I get ãäÃÃÃÃãÃäÃà instead of my Arabic input.
I am using the following SQL String :
"UPDATE agLanguage SET Language2 = N'" & tReference.Text & "' WHERE id = 1"
tReference.Text contains Arabic text but when debugged or saved I get ãäÃÃÃÃãÃäÃà instead. The font of this text box is Arial Unicode MS.
any help please ?
Thanks
Dom