Russian texts into MS SQL-Server

Ask a Question related to Coldfusion Database Access, Design and Development.

  1. #1

    Default Russian texts into MS SQL-Server

    I'm programming a formular, which should be used by many countries and by the
    input of the russian texts there seems to be a problem. I imported some russian
    texts from Excel into the MS SQL-Server 200 and this texts are making no
    problems. This texts will be shown correctly on the browser. Only if I use a
    ColdFusion-Script (ColdFusion MX) to write the russian text into the database
    there appears only ???? in the table. I declared "utf-8" as characterset. And
    by the integration of the database in the adminstrator I clicked "Enable
    Unicode for data sources configured for non-Latin characters ".
    Who can help me?

    blanked-face Guest

  2. Similar Questions and Discussions

    1. texts position
      hi there. its a simple and easy task, i hope. all i want to do is to find out where there is text in the document. so the texts position, not...
    2. Russian and SQL Server or MySQL
      Hi, Have a problem inserting and extracting russian characters into SQL Server,MySQL database Used CFMX 6. Thanks, Victor
    3. Texts with different color?
      I'm building a simple interface, querying database for certain application names and put the query result in a drop down selection list. There are...
    4. Sorry,Why can not my texts be typeseted?
      I have typeset them before post. But all become one paragraph. why?
    5. Highlighting texts
      Is there an easier way to highlight a text, to be copied for example, than left click hold while hundreds of pages scroll by? Does Windows XP...
  3. #2

    Default Re: Russian texts into MS SQL-Server

    are the columns holding the text "N" datatypes (nchar, nvachar,ntext)? when you
    insert text are you using unicode hinting (N')? or are you using cfqueryparam?
    you might take a look at [url]http://www.sustainablegis.com/unicode/greekTest.cfm[/url].

    PaulH Guest

  4. #3

    Default Re: Russian texts into MS SQL-Server

    Many, many thanks!
    blanked-face Guest

  5. #4

    Default Re: Russian texts into MS SQL-Server

    if you follow good practicesand use cfqueryparam you should probably read [url]http://www.sustainablegis.com/blog/cfg11n/index.cfm?mode=entry&entry=F9553D86-20ED-7DEE-2A913AFD8651643F[/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