Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > MembershipUser

Reply
Thread Tools

MembershipUser

 
 
mehdi
Guest
Posts: n/a
 
      11-29-2006
Hi folks,
Consider a database (for a given business) that has got many tables,
one of which is EmployeeAccount where the employee's information is
stored. The table is also related to some other tables in the database.
Each employee has got one and only one user name assigned.

The Username/Password pair is on the other hand stored in the aspnetdb
database, using the Membership APIs.

There has to be a good way to relate EmployeeAccount table to a
specific username in the Membership db, so that whenever desired, I can
reach to an EmployeeAccount record based on a given username (or vice
versa).

How am I supposed to handle this? Shall I store the EmployeeAccountId
in the user profile??? What's the best approach?

Any help would be highly appreciated,

Cheers,
Mehdi

 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
'System.Web.Security.MembershipUser.MembershipUser()' is inaccessibledue to its protection level CSharpner ASP .Net Security 1 05-27-2008 05:51 AM
How to get/set MembershipUser status? rh ASP .Net 2 01-30-2006 09:12 PM
Deriving from MembershipUser and ASPNET Config Tool Mark Olbert ASP .Net 9 01-20-2006 07:59 AM
Extending MembershipUser Mark Olbert ASP .Net 8 01-12-2006 09:34 AM
MembershipUser implementation brett_fyisystems ASP .Net 0 11-02-2005 03:01 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57