Results 1 to 3 of 3

Thread: database that stores info

  1. #1

    Thread Starter
    Member
    Join Date
    Oct 2005
    Posts
    46

    database that stores info

    ok im attempting to make a game in visual basic but i need to know what would be the best way to store a persons info.

    when registering he/she enters:

    username
    password
    email

    and after he/she clicks submit his/her name gets entered into a database allowing him/her to log into the game using his/her username and password.

    so how would i go about creating this database? using visual basic or another program like access? and if possible could i get a tutorial for this sort of thing aswell? thanks

  2. #2
    Banned dglienna's Avatar
    Join Date
    Jun 2004
    Location
    Center of it all
    Posts
    17,901

    Re: database that stores info

    You could create the DB in Access, and then use ADO to connect to it, but Access isn't good for many concurrent users. Do you want to store the user name on the PC and then use it to log into a site?

    There is a tutorial in the FAQ section of the forum.

  3. #3

    Thread Starter
    Member
    Join Date
    Oct 2005
    Posts
    46

    Re: database that stores info

    well they use the client program to register thier info and it gets added into the server then if there username and password is the same as whats been added to the server then they can log in...does that make sense? lol

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