Click here to Skip to main content
15,895,142 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi all ,

I added a table called user info that contains data that i need for my application and not founded in the membership tables.So in this table i have a unique identifier field called user_id.I need to relate this field to membership tables.So to which one should i relate it ? to users table or membership table ?

Thanks in advance.
Posted

The one in which you are storing your user information,i suggest you to store in membership table
 
Share this answer
 
Have a look at this:

Implementing a Membership Provider[^]

Hope it helps.
 
Share this answer
 
Another option with you is that you can create a new table with the user_id as foreign key to it. The advantage of using a seprate table will be that you can add as many features as you want without affecting the current mebership tables.All you have to do is to make snall changes in procedures where value gets insert in these membership tables
 
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