Question
CF5 & Unicode
Is anyone aware of a method using CF5 to insert cyrillic
characters into a SQL2K5 database?
I've tried..
update table set column = N'[value]'
update table set column = <cfquery param
...to no avail
I am dealing with Czech, Polish, Russiam, and Slovak characters.
I am willing to convert to html entities if that will work.
Thanks in advance
I've tried..
update table set column = N'[value]'
update table set column = <cfquery param
...to no avail
I am dealing with Czech, Polish, Russiam, and Slovak characters.
I am willing to convert to html entities if that will work.
Thanks in advance
