Click here to Skip to main content
15,891,657 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I have two tables with both primary key on it. The user will login with username and password with the data from the 1st table. Primary key will then validated to get the other full details 2nd table.

can somebody share me his thoughts about this?

thanks :)
Posted

1 solution

I am making clear the scenario:

A user will login using username and password. After authentication with valid credentials it will be redirected to member's page. A user is listed on 1st table and the details is on the 2nd table. A user will be display on the member's page with details getting from the 2nd table. It sounds good to me to separate a user login with the other details for updating.

Hope it helps your answer. Thanks. :)
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900