Unicode characters support: no in SQL - yes in Access.

Ask a Question related to ASP Database, Design and Development.

  1. #1

    Default Re: Unicode characters support: no in SQL - yes in Access.

    What datatype is the data stored in SQL Server? To utilize unicode, you
    myst use nchar, nvarchar, or ntext... not char, varchar, or text.
    [url]http://www.aspfaq.com/2354[/url]



    "Nick" <ektorjr@hol.gr> wrote in message
    news:0e3c01c361aa$a76ba490$a601280a@phx.gbl...
    > Hello
    >
    > I have a page with at the top, which supports Greek
    > characters.
    >
    > All Greek characters display correctly in the page except
    > those coming from my database (SQL Server). They seem like
    > I didn't have set the codepage value. I request these
    > values and display them in a drop-down combo box.
    >
    > Strange thing is, exactly the same page worked fine when
    > it requested data from Access, but now I am using SQL
    > Server and not display Greek characters. The problem
    > appears only in my web host's database (which locates in
    > the US). When I was working locally on my PC it appeared
    > fine!
    >
    > Can anybody give ideas on the possible solution?
    >
    > Thanks
    >
    > Nick

    Aaron Bertrand - MVP Guest

  2. Similar Questions and Discussions

    1. Access database with Unicode support
      I'm trying to verify Access 2000 databases on a CF MX 6.1 Windows installation. I can verify the databases normally, but when I turn on Unicode...
    2. Unicode characters above FFFF
      How can I generate/display on a page/ Unicode characters based on unicode scalar values? I know ColdFusion function chr() works very good for...
    3. Do Win32::ODBC module support Chinese characters when used with MS Access?
      Hello all, I am a newbie to Perl & CGI (7 days). I am using Perl 5.6 and using Win32::ODBC to connect to an MS Access Database, where I do my...
    4. Unicode characters and ado.
      I have an Access 2002 database which stores unicode characters. I am using adodb.recordset object to display these fields on a web page. If I were...
    5. entering unicode characters
      I would really appreciate some help with this. I am using mozilla (1.2.1) with XFree86 (3.3.6). How can I enter a unicode character into mozilla?
  3. #2

    Default Re: Unicode characters support: no in SQL - yes in Access.

    It's nvarchar


    *** Sent via Developersdex [url]http://www.developersdex.com[/url] ***
    Don't just participate in USENET...get rewarded for it!
    Nikos Drandakis 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