Connecting to microsoft access with unicode

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

  1. #1

    Default Connecting to microsoft access with unicode

    I am trying to Connect my database to microsoft access with unicode connection
    So when this box appaers it ask for Cf data Source name which is cftutorial
    Then for the database file, which in the tutorial is
    C:\Cfusionmx7\wwwroot\CFIDE\gettingstarted\tutoria l\cftutorial.mdb, In my case
    the CFIDE file is not in the above folder, it is in C:\Interpub\wwwroot\CFIDE
    along with the rest of the files can not copy one to another has its locks me
    out of the tutorial So i logged in CF with admin password selected add new
    data source and selected Microsoft with unicode and give a data source name as
    cf tutorial, and got this ERROR in yellow as u do.
    com.inzoom.adojni.ComException:
    'c:\interpub\wwwroot\cfide\gettingstarted\tutorial \cftutorial.mdb' is not a
    valid path. Make sure that the path name is spelled correctly and that you are
    connected to the server on which the file resides. The root cause was that:
    com.inzoom.adojni.ComException:
    'c:\interpub\wwwroot\cfide\gettingstarted\tutorial \cftutorial.mdb' is not a
    valid path. Make sure that the path name is spelled correctly and that you are
    connected to the server on which the file resides. in Microsoft JET Database
    Engine code=0 Type=1 n for the database file which in the tutorial is
    C:\Cfusionmx7\CFIDE\gettingstarted\tutorial\cftuto rial.mdb It says in the tut
    that it doesnot matter if you use Interpub as FC will use its own wwwroot for
    processing file, is the best thing to do is get rid of Interpub Thanks Andy
    Nottingham UK

    silk cut Guest

  2. Similar Questions and Discussions

    1. Access + Unicode
      Hi, I require the use of an Access 2000 DB with windows 2000 and CF MX 6. I would like to be able to provide information in multiple languages...
    2. [Microsoft][ODBC Microsoft Access Driver] Could not start session.
      Does anyone know what this problem means??? Microsoft OLE DB Provider for ODBC Drivers error '80004005' Could not start session. ...
    3. [Microsoft][ODBC Microsoft Access Driver]'(unknown)' is not a valid path error
      This is probably an old problem that most of you know how to fix (I hope!). The scenario is that I have a web server running an ASP site that needs...
    4. Connecting Microsoft Interdev 6.0 with IIS 6.0
      Im trying to set up a Master mode development environment using Microsoft Visual Interdev 6.0. When asked for the IIS server, Im trying to connect...
    5. Unicode problems, Microsoft utf16le files
      I am using the following to read the file:- The file decodes ok. local $/; $data = <SLURP>; # get the whole file $datad =...
  3. #2

    Default Re: Connecting to microsoft access with unicode

    Hi

    when entering the database path, have you entered path by manually or have
    you selected it through the provided button.
    if you entered it manually, now try to use the 'Browser Button', so that it
    will take care the path.

    vkunirs 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