![]() |
| search unicode |
|
ccdon
|
Hi,
Anyone know how to search unicode using Ms SQL 2000 and Cold Fusion MX? Thanks a lot! |
||||||||||||
|
|
|||||||||||||
|
byron
Forum Admin
|
You may want to look at doing the search as a stored procedure. I've never done this via a cfquery. I general this should be easier than getting the driver to cooperate.
|
||||||||||||
|
|
|||||||||||||
| example |
|
ccdon
|
Could you please give me an example of that?
Thank you very much! |
||||||||||||
|
|
|||||||||||||
|
byron
Forum Admin
|
I believe all you will have to do is add a N in front of your search string. Which specifies the string as a nchar/nvarchar,ntext data type.
Something like this should work. select * from table where col = N'Åkergatan 24' |
||||||||||||
|
|
|||||||||||||
|
ccdon
|
Thank you very much for your help!
|
||||||||||||
|
|
|||||||||||||
| search unicode |
|
||
|


