Results 1 to 6 of 6

Thread: Link to a local database

  1. #1
    Annette Bening is offline Junior Member
    Join Date
    Sep 2009
    Posts
    22
    Rep Power
    0

    Default Link to a local database

    I attempt to build a link to an Access database which is situated on my local drive C,
    To this I put the following code in my page:

    <a href="C:\\my.mdb"> file </ a>

    Then I get the following message: "the browser can not open this address because the protocol (C) is not associated with any program"

    But when I put the database in the same file as the project's progress.

    I'd like to have assistance,

    And thank you

  2. #2
    Kim Basinger is offline Junior Member
    Join Date
    Sep 2009
    Posts
    11
    Rep Power
    0

    Default

    dishes rather like url:

    Code:
    file: / / / c: / My.mdb
    And it should work.

  3. #3
    Annette Bening is offline Junior Member
    Join Date
    Sep 2009
    Posts
    22
    Rep Power
    0

    Default

    Thank you for your response , but when I put:

    Code:
    <a href="file:///c:/my.mdb">
    I clicked the link, nothing happens!

  4. #4
    Drew Barrymore is offline Junior Member
    Join Date
    Sep 2009
    Posts
    15
    Rep Power
    0

    Default

    Take the url of your file (file: / / / ...) and paste into the address bar of your browser, does it react? It offers you the DL at least?

  5. #5
    Annette Bening is offline Junior Member
    Join Date
    Sep 2009
    Posts
    22
    Rep Power
    0

    Default

    Yes, a little window appears and asks if I want to save the file My.mdb!
    And this window that I want to get!

  6. #6
    Antonio Banderas is offline Junior Member
    Join Date
    Sep 2009
    Posts
    15
    Rep Power
    0

    Default

    By cons you can access links to file: / / if you access your page file: / /.

    Edit: If you look at the error console of Firefox, you should have an error:

    Code:
    Security Error: Content at http://127.0.0.1/view-it/taiste.html may not load or link to file: / / / C: / Temp / Upload.txt.

Similar Threads

  1. Database Normalization in SQL Database
    By Millerjames in forum Programming
    Replies: 1
    Last Post: 01-23-2010, 03:17 PM
  2. How to install a local printer
    By andressa143 in forum Windows Vista
    Replies: 1
    Last Post: 09-15-2009, 11:23 AM
  3. Local SQL database using AIR
    By uretech987 in forum General Internet Terms
    Replies: 0
    Last Post: 04-15-2009, 06:59 AM
  4. Renaming a local Account
    By CALANTHA in forum Everything Else
    Replies: 0
    Last Post: 11-26-2008, 05:46 AM
  5. Local help At Live Search
    By delon.hendi in forum General Internet Terms
    Replies: 0
    Last Post: 10-15-2008, 07:45 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
SEO by SubmitEdge

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