UNABLE TO SEARCH IN CHINESE

Last post 05-08-2008, 2:12 PM by Phil Factor. 1 replies.
Sort Posts: Previous Next
  •  03-28-2008, 2:39 AM Post number 45801

    UNABLE TO SEARCH IN CHINESE

    I have a simple chinese application that it is currently using SQL2000 to host its database.   I am able to search in english, but I am not able to search in chinese.  I have change the Catalogs to Eastern Language.  Can someone tell me how can I setup my database to be able to search in english and chinese?

    Thanks,

  •  05-08-2008, 2:12 PM Post number 51604 in reply to post number 45801

    Re: UNABLE TO SEARCH IN CHINESE

    An obvious way to do it would be to use unicode and binary (AS CS) collation as this would be language-agnostic. I've never tried it with chinese but I'd have thought it would work. you can override the database collation for string comparisons for english where case is not important.
View as RSS news feed in XML