And if at some stage you do need stored procedures you can just use your
database tools to open them and view the code.
--
Eliyahu Goldin,
Software Developer
Microsoft MVP [ASP.NET]
http://msmvps.com/blogs/egoldin
http://usableasp.net
"Andrew Morton" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Fred wrote:
>> Dans : news:(E-Mail Removed),
>> Andrew Morton écrivait :
>>> Is there any documentation for the stored procedures which are in the
>>> ASPNETDB membership database?
>>>
>>> I'd like to use those SPs directly as the ready-made controls are not
>>> suitable for the design I'm working to.
>>
>> Why not use System.Web.Security.Roles and
>> System.Web.Security.MemberShip classes.
>
> Aha! Somehow I hadn't got to those in the help, in particular the
> MembershipUserCollection is what I need.
>
> Thanks,
>
> Andrew
>