> yes I am pretty sure about it. The Arabic text in my SQL Server is
> display correctly whose datatype is ntext but somehow when the records
> are returned from database for CF5 its all ??. Any thoughts?

well your original post said js keyboard widget or something like that. this
is a different story. since it's some kind of codepage, i guess you might
try adding a text column & casting that ntext to text (i think the
conversion is actually implicit but i almost never NOT cast):

UPDATE someTable
    SET newTextColumn = CAST(nTextColumn AS text)
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

Reply via email to