Access database with Unicode support

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

  1. #1

    Default 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 Support, the
    same databases will not verify.

    It is my understanding that Unicode Support is necessary so that the databases
    can have Japanese characters entered and queried. Any suggestions?

    fourteen Guest

  2. Similar Questions and Discussions

    1. Unicode support in C-level extension api
      I want to pass unicode characters from javascript to a C program. I am using the "JS_ValueToString()" and "JS_StringToValue()" functions to pass...
    2. Unicode Problem in MySQL database
      I am using an MySQL database with utf-8 character set. When I check the data through phpMyAdmin, the data looks fine (I am using hebrew chars). but...
    3. Unicode Data and Database
      Dear Friends, I have a database which contains records in Unicode format. I access my this database (which is MS Access database) in ASP by using...
    4. NO unicode support in Fireworks MX 2004?!
      Hello everyone, I have installed the trial version of the Studio MX 2004 on Mac OS 10.2.7. Unfortunately, in Fireworks MX 2004, the Unicode...
    5. 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....
  3. #2

    Default Re: Access database with Unicode support

    fourteen wrote:
    > I can verify the databases normally, but when I turn on Unicode Support, the
    > same databases will not verify.
    make sure you have at least MDAC 2.1 installed on the server. double check the
    table and column names, that driver has it's own set of reserved words. off the
    top my head name, Image, owner, values, load, ref, Job. probably others, search
    the forums.


    PaulH *TMM* 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