[RESOLVED] need to create a web based datebase
Results 1 to 4 of 4

Thread: [RESOLVED] need to create a web based datebase

  1. #1
    ibennetch
    Guest

    Resolved [RESOLVED] need to create a web based datebase

    Hello all. I need to create a database, an catalog of tape titles, index number, speaker name, a few keywords, etc. for a nonprofit organization (==cheap!). I need to be able to access it from the internet. I'm not afraid of picking up a book and learning, but I need guidance on what the easiest and best way to do this is. Oh, the database needs to be updated once a week or so, too with new tapes. It need not be a database, as in, it could be a text list for all I care. The idea is having a web based search to find tapes from a certian date or topic. Any help is much appreciated
    ibennetch

  2. #2
    Registered User
    Join Date
    Oct 2000
    Location
    Kansas City, MO
    Posts
    1,162

    Post

    Use MySQL. Most Web hosts offer this for free and it's open source. It's a very powerful yet easy to understand database platform.

    Now, for the coding I would suggest using Micrsoft's Active Server Pages(ASP).

    I just replyed to a post similer to yours on Devx. Check it out... http://news.devx.com/cgi-bin/dnewsweb.exe?cmd=article&group=vb.database.genera l&item=11310&utag=

  3. #3
    Registered User
    Join Date
    Jan 1999
    Location
    London, Great Britain
    Posts
    300

    Post

    MySQL is a good choice as it's a free system, so a lot of hosts will carry it.

    However, you'll probably find that if they're using MySQL then they'll probably be running a Linux setup and that will mean PHP or Perl.

    Don't worry though as these are both pretty good for hooking into a MySQL database - PHP is very similar to ASP but a lot more powerful!

  4. #4
    Registered User
    Join Date
    Apr 2001
    Location
    Colorado
    Posts
    28

    Post

    PHP is powerful and easy to find a host for it. Though I find it the hardest to use. ASP is the easiest, though most people won't host it. www.domaindlx.com offers free hosting for asp, you can use a simple access database there to do it. They offer 15MB of free space as well

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
  •