Cannot add new Access datasource

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

  1. #1

    Default Cannot add new Access datasource

    hi, I?m using CF 6.1, when I try to add a new Microsoft Access datasource from
    the CF admin I get the following error: The ColdFusion MX ODBC Server service
    is not running or has not been installed. I looked for this service on my
    control panel services applet and could not find it. Any ideas?

    MikeLF Guest

  2. Similar Questions and Discussions

    1. Connecting to MS Access Datasource
      not working for me, I have the same exact issue.
    2. Can't set up access datasource
      After some struggle, I managed to upgrade my development latop from MX 6.1 to 7.0. I set up SQL databases as datasources with no problems....
    3. Cannot Create MS Access Datasource
      I have seen this problem posted on google groups but really no definitive answer. Machine Specifications: Windows Server 2003 Macromedia...
    4. CFMX 7.0 Datasource with Access
      I just installed CFMX 7 on a new web server. When I initially set it up I was able to connect a few of my Access databases without a problem. Today...
    5. losing access to datasource
      We have the datasource set up in the coldfusion administrator and the database exists where it should. The website has been using the datasource...
  3. #2

    Default Re: Cannot add new Access datasource

    Try selecting microsoft access with unicode driver. This works in MX 7 so maybe it will work for you
    EWUEagle Guest

  4. #3

    Default Re: Cannot add new Access datasource

    When I select the unicode driver, queries to access databases with linked
    tables to SQL Server fail to execute. I get the following error: Cannot
    connect to "SQL_Server_datasource_name". I tested the SQL server datasource
    and works fine.

    That is why I was trying with the standard MSAccess driver to see if it
    worked. Too bad I can{t even create a standard Access datasource.

    MikeLF Guest

  5. #4

    Default Re: Cannot add new Access datasource

    you may need to update Microsoft Data Access Components (MDAC)
    [url]http://www.microsoft.com/downloads/details.aspx?FamilyID=6c050fe3-c795-4b7d-b037-185d0506396c&displaylang=en[/url]

    jorgepino Guest

  6. #5

    Default Re: Cannot add new Access datasource

    It?s a fresh Windows server 2003 installation. I checked MDAC with Microsoft
    component checker and it shows MDAC 2.8 sp2 on windows server 2003. CF creates
    and checks Access DB datasources OK (when using the unicode driver). The
    problem comes when a query tries to access a linked SQL Server table.

    I installed Access on the CF machine, opened Access, opened the database,
    opened the linked tables with no problem. CF seems to have a problem with
    linked tables when using Access.

    MikeLF 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