MS Access Database not detected

Ask a Question related to Macromedia Dreamweaver, Design and Development.

  1. #1

    Default MS Access Database not detected

    I am trying to create a user authentication system. I have put a Microsoft Access database containing the login information in the site folder. When I try assigning server behaviours to the login page, my database does not appear in the window. How do I make the database useable?

    Thanks.


    JMM1028 webforumsuser@macromedia.com Guest

  2. Similar Questions and Discussions

    1. .NET Database access
      post the connection script with the full path to the database. also since your site is probably not on the root of the drive make sure you are...
    2. How do I set-up ASP with an MS-Access database?
      I Currently have an asp website created manually (not using frontpage)with an access db. The way it works now the iusr- account needs read/write...
    3. Web access to database
      Hi. I've built a quite complicated database for tracking clients, projects, logging work, etcetera for my company, over the last few years. Now...
    4. Write Access to Access DataBase
      I'm trying to update a Access Database from information gained from a ASPX page. The database will not update. I'm sure it is in some security...
    5. Access vs DBF database??
      I'm new at using a database on a web site. I'm setting up a very simple database for a client. It has 13,000 records and may grow to 60,000 over...
  3. #2

    Default Re: MS Access Database not detected

    What server model are you using? Have you tried creating an ODBC binding
    to your MS access database? Simply putting the Access database in the
    site folder is not going to allow Dreamweaver to know that the database
    is available for connections, nor how to connect to it. Also, I don't
    recommend keeping it there in case you accidentally upload it to your
    host into a public directory. It would allow anyone to directly download
    your whole database.

    -- Mike

    "JMM1028" [email]webforumsuser@macromedia.com[/email] wrote:
    > I am trying to create a user authentication system. I have put a
    > Microsoft Access database containing the login information in the
    > site folder. When I try assigning server behaviours to the login
    > page, my database does not appear in the window. How do I make the
    > database useable?
    >
    > Thanks.
    >
    >
    >
    MLangner-MMTS Guest

  4. #3

    Default Re: MS Access Database not detected

    Ok, but what server model are you using? ASP? ColdFusion? You can
    already get this set up so long as you know how to create an ODBC
    datasource and have a web server on your PC capable of processing a
    server-side language.

    -- Mike

    "JMM1028" com wrote: 

    MLangner-MMTS Guest

  5. #4

    Default Re: MS Access Database not detected

    Another way to phrase what Mike called a 'server model' might be 'scripting
    language'. If you do not yet know what server model / language (i.e. ASP,
    PHP, Cold Fusion, etc.) you will use, you cannot begin to build any web
    pages that will interact with your database.

    You could go ahead and pick one that you feel comfortable with learning and
    start working on your site. You then pick a hosting service that supports
    your selected server model. It should be easy to find a web host that will
    support your server model regardless of which one you select.

    Once you have selected a server model, people here can assist you with
    creating your user authentication system. Remember, step one in the critical
    path toward building your system is selecting a server model.

    "JMM1028" <com> wrote in message
    news:bg8f97$ub$macromedia.com... 
    it myself. I will be using a hosting service, and I do not yet know which
    one I am going to use; therfore I don't know anything about the server yet. 


    Les Guest

  6. #5

    Default Re: MS Access Database not detected

    I will most likely be using ASP with a Microsoft Access database.


    JMM1028 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