|
-
Nov 25th, 2005, 02:30 PM
#1
Thread Starter
Member
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
-
Nov 25th, 2005, 02:33 PM
#2
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.
-
Nov 25th, 2005, 02:57 PM
#3
Thread Starter
Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|