Chinese Character in SQL 2000

Ask a Question related to Macromedia ColdFusion, Design and Development.

  1. #1

    Default Chinese Character in SQL 2000

    Hi,

    I know someone has asked similar question but the solution in this forum seems
    can't help me. I am now using SQL 2000 (ENG version) and ColdFusion MX7. I have
    made a form by Dreamweaver in Chinese which has been set to use "big-5". The
    page can been displayed and can be submitted without problem. However, I found
    the chinese character were all "???" in the database. I have tried using
    SQL_Latin1_General and Chinese_Taiwai_Stroke as the collation but no use. I
    have change the Regional settings to Chinese in my WIndows 2000 Server but the
    problem presists. I have even checked the option "Enable Unicode for data
    sources configured for non-Latin characters" in Admin page of ColdFusion.
    Please tell me how can the problem be solved. Thanks

    Franklin LO Guest

  2. Similar Questions and Discussions

    1. Input Chinese Character
      I having problem to insert chinese character from textarea input into MS Access DB, the funny character save into DB? I try out <meta...
    2. CF 5 or MX 7 support chinese character?
      Does any one know if CF 5 or MX 7 support chinese character or not? if so, what kind of additional file or extension i need to install? Can i use...
    3. display chinese character
      hi, i wonder why dreamweaver can't display the chinese character that i entered...boxes appeared; but correct chinese characters display in...
    4. Chinese Character in Director?
      I am using English WinXP and English DirectorMX. I need to produce a Chinese-CD, and I am facing difficulties in embeding the fonts into director....
    5. Chinese Character Conversion???
      Hi, I've got an english site designed that I need to translate into Chinese. I've got the Chinese wording to work with but I can't figure out...
  3. #2

    Default Re: Chinese Character in SQL 2000

    if possible, i would suggest that you use unicode (utf-8) instead of big-5.

    just to confirm, you're using the JDBC driver and not the ODBC one? how are
    you defining the columns holding your text? are these nvarchar/nchar/ntext? as
    for your cf code, have a look at
    [url]http://www.sustainablegis.com/unicode/greekTest.cfm[/url].


    PaulH Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139