Re: Help with ASP.NET Memberships
- From: "Jonathan Wood" <jwood@xxxxxxxxxxxxxxxx>
- Date: Mon, 15 Oct 2007 21:00:46 -0600
Okay, thanks. It would be a shame though. In my database, some users are clients and some users are trainers and each client must be associated with a trainer. So if my data is in separate tables, I need a table just to link the users to trainers. In addition to the fact that I think that would break things like cascading deletes, etc., it just doesn't seem like a very good design.
It looks like you can implement your own provider class. I'll research that some more as I don't know if that's more than I want to get into now.
Thanks.
--
Jonathan Wood
SoftCircuits Programming
http://www.softcircuits.com
"Scott M." <s-mar@xxxxxxxxxxxxx> wrote in message news:ONecSu4DIHA.3848@xxxxxxxxxxxxxxxxxxxxxxx
Correct. Also, I don't see any problem with creating relationships in your new table(s) with existing data. Also, I'm not sure what data (if any) in the auto-generated tables may be encrypted or hashed, so you may run into issues deciphering the data (I'm not sure).
"Jonathan Wood" <jwood@xxxxxxxxxxxxxxxx> wrote in message news:%23UQH883DIHA.748@xxxxxxxxxxxxxxxxxxxxxxxI just want to make sure I understand.
So you don't see any need for a separate database, but that I should add separate tables for storing my application's user data, even if there is some overlap. Is that correct?
At this point, I should probably take the path of least resistance.
Thanks.
--
Jonathan Wood
SoftCircuits Programming
http://www.softcircuits.com
"Scott M." <s-mar@xxxxxxxxxxxxx> wrote in message news:e0clM33DIHA.5160@xxxxxxxxxxxxxxxxxxxxxxxAre you recommending I create a new database so that I have two different databases that store my users' data?
No, you could create new tables in the membership database if needed, but I wouldn't mess with any of the auto-generated stuff.
.
- Follow-Ups:
- Re: Help with ASP.NET Memberships
- From: Kevin Spencer
- Re: Help with ASP.NET Memberships
- References:
- Help with ASP.NET Memberships
- From: Jonathan Wood
- Re: Help with ASP.NET Memberships
- From: Scott M.
- Re: Help with ASP.NET Memberships
- From: Jonathan Wood
- Re: Help with ASP.NET Memberships
- From: Scott M.
- Re: Help with ASP.NET Memberships
- From: Jonathan Wood
- Re: Help with ASP.NET Memberships
- From: Scott M.
- Help with ASP.NET Memberships
- Prev by Date: Inline C#: Mark with Attribute
- Next by Date: RE: Gridview row count troubles
- Previous by thread: Re: Help with ASP.NET Memberships
- Next by thread: Re: Help with ASP.NET Memberships
- Index(es):
Relevant Pages
|
Loading