password and username
-
how to create password and username using vb.net. i would like to save the username and password in microsoft access.. pls help with the coding....
-
how to create password and username using vb.net. i would like to save the username and password in microsoft access.. pls help with the coding....
Well, a password and a username are both strings, so I guess the easiest thing is to create a table with two columns, and make them both strings.
Christian Graus - Microsoft MVP - C++ "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )
-
how to create password and username using vb.net. i would like to save the username and password in microsoft access.. pls help with the coding....
This is very straightforward. Like Christian said, both username and password would be strings, and stored in the database as text fields in Access. Encrypt the password using an encryption algorithm of your choice, preferably one that isn't crackable like DES...
"The clue train passed his station without stopping." - John Simmons / outlaw programmer