Russian and SQL Server or MySQL

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

  1. #1

    Default 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


    VicTci Guest

  2. Similar Questions and Discussions

    1. ERROR 2002: Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2)
      When i try to start my mysql server, i get this error ERROR 2002: Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock'...
    2. Flash+XML+PHP+MySQL - HOW TO PASS RUSSIAN WORDS
      What I have : Apache2 HTTP server PHP 4.3.58 MySQL Server What I do : I've wrote a script on PHP that takes some text from MySQL database and...
    3. MySQL & russian characters
      Hi, For MsSQL N'xxx' and nvarchar is OK. What I can do for MySQL Thanks, Victor
    4. 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...
    5. Seen this message? Can't connect to local MySQL server throughsocket '/tmp/mysql.sock'
      Allen Marshall wrote: I just saw it in another newsgroup. Don't multi-post! -- Gunnar Hjalmarsson Email:...
  3. #2

    Default Re: Russian and SQL Server or MySQL

    what encoding are you using? what datatypes for sql server? what ver of msql? are you using the JDBC drvers? for sql server see [url]http://www.sustainablegis.com/unicode/greekTest.cfm[/url]

    PaulH Guest

  4. #3

    Default Re: Russian and SQL Server or MySQL

    ....
    > what encoding are you using?
    windows1251
    > what datatypes for sql server?
    varchar
    >what ver of msql?
    2003 SP1
    >are you using the JDBC drvers?
    I try drivers "ODBC socket" & " MSSQL SQLServer" which present in the
    CFMX6 without success
    For Access driver "Microsoft Access with Unicode" work fine .
    > for sql server see [url]http://www.sustainablegis.com/unicode/greekTest.cfm[/url]
    I not see information about work with DB

    Thanks!


    VicTci Guest

  5. #4

    Default Re: Russian and SQL Server or MySQL

    confused, is your db access or sql server? if it's sql server, your text
    columns has to be one of the "N" types (nText, nVarchar or nChar). look again
    at that page, there's a "peek" link that shows how that page was done in cf. i
    also didn't notice any russian text there. i guess you didn't try any part of
    it.

    PaulH Guest

  6. #5

    Default Re: Russian and SQL Server or MySQL


    ....
    > confused, is your db access or sql server?
    sql server.
    But I test work with Access too .
    Access & "Microsoft Access with Unicode" work fine with russian characters
    > if it's sql server, your text
    > columns has to be one of the "N" types (nText, nVarchar or nChar). look
    again
    Ok I try it.
    It can work with
    drivers "ODBC socket" or " MSSQL SQLServer" as well ?

    Thanks!


    VicTci Guest

  7. #6

    Default Re: Russian and SQL Server or MySQL

    i don't recommend ODBC sockets for this sort of thing. JDBC should work better.
    btw i would also suggest you go w/unicode (utf-8) instead of that windows
    codepage encoding. it will save you some trouble in th long run.


    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