Access Vs Access with Unicod

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

  1. #1

    Default Access Vs Access with Unicod

    Following the execution of a script to re-install the ODBC services in
    CFMX6.1(standard), we lost the capacity to create dsn with access driver. I
    found in forums that we can go around the problem creating it using access with
    unicode and it actually worked. I'd like to make sure that both driver are
    equivalent tough. Can someone explain to me what is the difference between the
    2 drivers. Thanks.

    ThalesDeMilet Guest

  2. Similar Questions and Discussions

    1. Web Service + Anon Access, but getting 401 Access Denied Error
      I have a simple webservice that just returns a string. The security for this is set to windows authentication in IIS (XP Professional) and anonymous...
    2. Access 2002 PDFWriter VBA Code w/WinXP does not work like Access 2000
      I am trying to print an Access 2002 report (Windows XP OS) as a PDF. I had success with Access 2000 in a Windows 2000 environment, but as soon as I...
    3. Access Violation when using Visual Interdev to access Oracle
      I am running Windows 200 Pro, IIS 5.0 and trying to connect to an Oracle 8.1 database. Prior to applying a security patch to W2k, the ASP...
    4. Access denied when creating Access application object
      In an ASP file I am running the following in VBScript in order to extract data from an Access 2002 MDB file which is physically located in the...
    5. access denied on data access pages
      I have created data access pages that worked well when I tried them on two separate computer simutaneously, but when we went into production we got...
  3. #2

    Default Re: Access Vs Access with Unicod

    As I understand it...
    The "Access" driver uses the macromedia driver which uses the JDBC:ODBC
    bridge (a type 1 driver)
    The "Unicode" driver uses the Izmado driver which utilizes OLEDB and is
    a Type 2 driver
    ([url]http://livedocs.macromedia.com/coldfusion/7/htmldocs/00001742.htm[/url]) and
    is slightly better than the type 1 driver
    HTH
    --
    Tim Carley
    [url]www.recfusion.com[/url]
    [email]info@NOSPAMINGrecfusion.com[/email]
    Mountain Lover Guest

  4. #3

    Default Re: Access Vs Access with Unicod

    ThalesDeMilet wrote:
    > equivalent tough. Can someone explain to me what is the difference between the
    > 2 drivers. Thanks.
    i don't know all the differences but the access for unicode driver has a
    different set of reserved words.

    PaulH *ACE* Guest

  5. #4

    Default Re: Access Vs Access with Unicod

    [url]http://www.macromedia.com/devnet/coldfusion/articles/globalize_02.html[/url] may help.
    do a Find on 'Unicode"
    LL@Work Guest

  6. #5

    Default Re: Access Vs Access with Unicod

    Is it possible to use the unicode driver with a password protected access db?
    Survivorman 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