I have a database with user-level security and 2 user groups: Read-only Users and Full Data Users (apart from obligatory groups Admins and Users).
I have a program written in C# which uses the database. I would like to retrieve the group membership list for the logged on user. I tried to do it...