connecting Access database on local apache server

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

  1. #1

    Default connecting Access database on local apache server

    I have coldfusion installed as a multiserver configuration running on both
    Apache and IIS. Is it possible to use coldfusion MX7 to connect to an access
    database while running on a localhost Apache 2.0 server? If not would it be
    better to use MySQL as my database?

    When I connect to the database with coldfusion administrator it seems find,
    however when I try and test it using dreamweaver mx 2004 all sorts of issues
    pop - up. Also, do I have to copy the Access DB and make sure that it is in
    my web root directory? or can I leave it in My Documents?

    rudodoo619 Guest

  2. Similar Questions and Discussions

    1. Connecting via Local/Network to remote server
      Hi All, I am trying create a connection in Contribute. I provide the "Web address for our website". "http://chapp9/SalesStaging/SalesPages/" ...
    2. Connecting to Access 2002 on local computer
      I don't know if I'm in the right newsgroup... but here goes. Here's the code I'm trying to use; basic ASP code and it just reads the records in...
    3. Problem connecting to local Access database - Unable to open registry key 'Temporary (volatile) Jet DSN ...
      Hi I get the following error sporadically when running a sample in an MSDN ASP tutorial: Microsoft OLE DB Provider for ODBC Drivers: General...
    4. Connecting to an MS Access Database
      Hello, Do you know any free Director Xtra to connect to an access database? Thanx for help.
    5. connecting access (*.mdb) database with PHP
      how can I connect access database(*.mdb) with php? what is the code? I will be happy if you write php code. Thank you! ...
  3. #2

    Default Re: connecting Access database on local apache server

    The acess db does not have to be in the web root -- better that it not be for security's sake

    what are you doing to test in dreamweaver? are you able to make a DSN through the CF administrator?
    TurboMini Guest

  4. #3

    Default Re: connecting Access database on local apache server

    Well, I am trying to run a simple recordset query and everytime I click on test
    a whole screen of errors pop up. I think it might have something to do with
    the ODBC driver.

    I get the following message " -1, Syntax error in FROM clause"

    rudodoo619 Guest

  5. #4

    Default Re: connecting Access database on local apache server

    "syntax error in FROM clause"

    is there something wrong with the sql statement itself?
    TurboMini Guest

  6. #5

    Default Re: connecting Access database on local apache server

    Paste the cfquery code to the forums here and someone should be able to help
    LL@Work Guest

  7. #6

    Default Re: connecting Access database on local apache server

    I will just work on it later. Once i get to know coldfusion a little better
    rudodoo619 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