linking Access database to HTML page

Ask a Question related to Macromedia Dynamic HTML, Design and Development.

  1. #1

    Default linking Access database to HTML page

    I'm working on a client intranet page.

    My client has various Access databases that they want to be able to access
    (using MS Access, not through ASP pages). I thought I'd be able to create the
    link from an HTML page but when I do that and click the link, the file is
    downloaded to the local temp folder. I want the database to open directly from
    the web server, and then changes must be saved to the file on the web server.

    Is this possible?

    Stevie

    stevieg_83 Guest

  2. Similar Questions and Discussions

    1. linking between Flash, pdf and html
      How to link from Flash to certain page in pdf document displaying in web browser? this is not working: on (release) {...
    2. Linking to a database...
      Gah, dynamic HTML is so hard! Now, I'm trying to link it to a database. The database works just fine, but, when I set up the connection,...
    3. Exception error querying Access database from ASP page... Memo field type?
      Hi! Working with an MS Access database from an ASP webpage and I'm getting an Exception error... Error Type: (0x80020009) Exception...
    4. textArea's and external html files> linking in the html to a new file
      Is it possible to have a link like an <a href... in a html file loaded into a textArea which then if clicked loads a new html into the same...
    5. Can local ASP page access remote database?
      Can I have a local (using PWS on Win98) ASP page access a database over the Internet? I have an MS-Access database on a Web site that is updated...
  3. #2

    Default Re: linking Access database to HTML page

    Yes it is possible. You should be able to make an iframe or frame for those
    pages.

    What I think you did was make a link to the accual file, that will download it
    - like you said. What tou need to is add the access internet file to the site.

    Do you know access.

    localthreat 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