How to, or what do, with a database

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

  1. #1

    Default How to, or what do, with a database

    I work for a non-profit trade association for commercial fishermen. Members of
    our association pay dues based upon their sales. This money is withheld by the
    company to which they sell their fish and the company sends this money to us
    along with data pertaining to each sales. This is an honor system. To help
    police compliance, we send our members a quarterly statemnent showing all of
    the information that we received from each fish company. Members can then
    check this data against their own sales records.

    I would like to place this data on our web page so that members could log on
    and check this data on line. This information would need to be available only
    to them. I know how to display data on the web and I know how to install a
    "password". But sorting data and displaying only one member's data from our
    server is where things do not come together for me. Currently, the data is
    entered on a PC in our office. We use Access for this and to generate written
    reports for each member.

    Any thoughts or advice on putting this together would be appreciated.

    FishMA Guest

  2. Similar Questions and Discussions

    1. MySQL Database not retrieving the full database
      Hi, I am using MySQL and PHP for my repository. It has 500+ records. till now it was displayiing all records in the database, but since from one...
    2. Import Data from flat-database to relational-database
      Before I start I need some tips and pleas excuse my bad english. I have two databases, one is flat and one is a relational database. example ...
    3. NEWBIE HELP Import Data from flat-database to relational-database
      I want to import Data from a simple Database, which contains all Information in one big record into a relational Database and split up the big...
    4. Passing database info to page allow user input then pass into another database
      Hi I really am going crazy! I'm using VBScript, ASP, and SQL My page reminds me of a shopping cart but looking at shopping cart examples has not...
    5. Another user has modified the contents of this table or view; the database row you are modifying no longer exists in the database;
      Hi, I am testing a trigger that and I am getting this error message saying "Another user has modified the contents of this table or view; the...
  3. #2

    Default Re: How to, or what do, with a database

    How much time do you have?

    If you have the time to really study DW's ASP Server Behaviors, and
    VBScript, and read about how to use databases with them, then go for it.
    Otherwise, you may be better off hiring someone to do this for you in a way
    in which you can learn along with it.

    --
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    [url]http://www.dreamweavermx-templates.com[/url] - Template Triage!
    [url]http://www.projectseven.com/go[/url] - DW FAQs, Tutorials & Resources
    [url]http://www.dwfaq.com[/url] - DW FAQs, Tutorials & Resources
    [url]http://www.macromedia.com/support/search/[/url] - Macromedia (MM) Technotes
    ==================


    "FishMA" <webforumsuser@macromedia.com> wrote in message
    news:ehjds9$6g$1@forums.macromedia.com...
    >I work for a non-profit trade association for commercial fishermen.
    >Members of
    > our association pay dues based upon their sales. This money is withheld
    > by the
    > company to which they sell their fish and the company sends this money to
    > us
    > along with data pertaining to each sales. This is an honor system. To
    > help
    > police compliance, we send our members a quarterly statemnent showing all
    > of
    > the information that we received from each fish company. Members can then
    > check this data against their own sales records.
    >
    > I would like to place this data on our web page so that members could log
    > on
    > and check this data on line. This information would need to be available
    > only
    > to them. I know how to display data on the web and I know how to install
    > a
    > "password". But sorting data and displaying only one member's data from
    > our
    > server is where things do not come together for me. Currently, the data
    > is
    > entered on a PC in our office. We use Access for this and to generate
    > written
    > reports for each member.
    >
    > Any thoughts or advice on putting this together would be appreciated.
    >

    Murray *ACE* 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