Results 1 to 6 of 6

Thread: web database?

  1. #1
    sagey
    Guest

    web database?

    i have an idea for a web site that has a database in it

    new users sign in and put in their user name, email, location and personal notes.

    other users can then search by location and bring up a list of other people from that location.

    i'am relatively new to vb and am wondering if it is easy/possible to create a functional website that has this sort of simple db
    what software would i need?
    can i integrate it with dreamweaver?

    any tips would be most gratefully recieved.

    Thank you

  2. #2
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    well......

    It's pretty simple.
    For writing the webpages, you'll need to learn ASP. (similar to vb, should b easy to learn) or PHP or Perl....

    The database, you'll probably use an access database, and it's possible to access it from your pages. If you're going to learn asp, then in order for you to access the databases, you'll need to learn ADO.

    So... Dreamweaver...erm... naah.
    if you have visual studio, you'll have visual interdev. you can create asp pages there. I think that's about what you need.

    You'll need to go through tutorials first.

    asp:
    http://www.4guysfromrolla.com
    http://www.aspin.com
    http://www.asp101.com
    http://www.w3schools.com/asp/

    ado:
    http://www.w3schools.com/ado

    and more... do a search.

    was that helpful?

  3. #3
    sagey
    Guest
    Thanks for the reply

    i have interdev but it asks for server details when i start a new project and i don't have a server.

    all i want to do at the moment is design the site.
    so is there a way of doing this in interdev withut having to fill in the server details?

    also what is ado in layman terms?

  4. #4
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170
    ADO = ActiveX Data Objects.
    I'll explain like this: You have your asp pages. That's all programming. You need to connect to a database. How do you do it? Using ADO. ADO serves as the link between databases and Applications such as ASP or Visual Basic.

    As for your visual interdev problem, I have heard this before, and I think you should enter your computers name in place of server name. Strangely, never happened to me.

  5. #5
    sagey
    Guest
    cheers mendhak

    i'll try your suggestion for inter dev tonite.

  6. #6
    Black Cat JoshT's Avatar
    Join Date
    Nov 2000
    Location
    WNY, USA
    Posts
    4,032
    Originally posted by sagey
    Thanks for the reply

    i have interdev but it asks for server details when i start a new project and i don't have a server.

    all i want to do at the moment is design the site.
    so is there a way of doing this in interdev withut having to fill in the server details?

    also what is ado in layman terms?
    Cancel the "Project" dialog, and just use "open file" and "new file" from the "file" menu, to just edit ASP pages. It'll put them in a Misc. Files Project that doesn't need to be saved.
    Josh
    Get these: Mozilla Opera OpenBSD
    I have books for sale: "MCSD in a Nutshell" and "VB Distributed Exam Cram" - PM me for details. Will also trade for a decent ATX Pentium 2 MB/CPU/RAM combo.

Posting Permissions

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



Click Here to Expand Forum to Full Width