How can I use a database to check usernames and passwords stored in a database on a network drive?
------------------
Mike's Entertainment World - Http://www.mew2000.iwarp.com/
Printable View
How can I use a database to check usernames and passwords stored in a database on a network drive?
------------------
Mike's Entertainment World - Http://www.mew2000.iwarp.com/
You typed user name and password in login dialog and you go to your network database and cheking user and key:
"SELECT * FROM UserTable WHERE UserName = '" & user_name & "' AND Password = '" & password & "'". If you have the select result - OK.
------------------
smalig
[email protected]
smalig.tripod.com