Hello,

Can someone please confirm for me that if I add a user to several
groups, and then call RemoveUser, that the user will in fact be
removed from the security_UsersToUsersGroups table?

I ask because, in my case, using the latest code, I am seeing that my
user is not being removed from this table.

The only delete query being generated is:

exec sp_executesql N'delete from security_Permissions where
[use...@p0',N'@p0 int',@p0=7

The engine never tries to delete the user from
security_UsersToUsersGroups.

Any suggestions or ideas on what might be wrong?

Thanks,

Rick

-- 
You received this message because you are subscribed to the Google Groups 
"Rhino Tools Dev" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/rhino-tools-dev?hl=en.

Reply via email to