"Hernán Castelo" <hcastelo@cedi.frba.utn.edu.ar> wrote in message
news:%23AUqpG9TEHA.716@TK2MSFTNGP11.phx.gbl...[color=blue]
> hi
> i don't understand well
> those "in a separate table"[/color]
Create a new SQL server table
for instance
roles
roleId
name
and a table named
users
userId
password
name
and a third table
userroles
userroleid
userId
roleId
Then you need some stored procedures, that handle login and member ship
checks.
etcetera.
Maybe
www.sourceforge.org has some samples...
[color=blue]
> did you mean "in a separate dbs"?
> can you explain me a bit more
> or post a link
>
> thanks again
>
> "Egbert Nierop (MVP for IIS)" <egbert_nierop@nospam.invalid> escribió en[/color]
el[color=blue]
> mensaje news:%235B8ePoTEHA.3140@tk2msftngp13.phx.gbl...[color=green]
> > "Hernán Castelo" <hcastelo@cedi.frba.utn.edu.ar> wrote in message
> > news:eEJLAzmTEHA.2416@TK2MSFTNGP12.phx.gbl...[color=darkred]
> > > well, i say
> > > without using COM+ objects
> > > and ...trusting in the IUSR .......
> > >
> > > unafortunately i can't move to .net[/color]
> >
> > This means that you'll have to create your own roles in a separate[/color][/color]
table.[color=blue]
> It[color=green]
> > is not that hard to do...
> >
> > Success
> >[/color]
>
>[/color]