Hi All,
This is a follow on from a question I asked previously regarding Workgroup security in Access. Basically what I need to do is the following:
- I have an application, which connects to a user-defined workgroup file containing a list of live login IDs.
- I have managed to change the password successfully now, but what I need to be able to do is determine what groups a particular user ID is a member of.
- I have tried using the Catalog feature of ADOX and also using the ADOX.User construct, but the only function I can find is the "GetPermissions" one, which does not seem to provide what I need.
Does anyone have any idea how I can do this? All I need is a simple return string indicating whether it is a member of "Users", "SysAdmins", "Admins" or "Others".
Any help would be appreciated.
Thanks
Andrew
This is a follow on from a question I asked previously regarding Workgroup security in Access. Basically what I need to do is the following:
- I have an application, which connects to a user-defined workgroup file containing a list of live login IDs.
- I have managed to change the password successfully now, but what I need to be able to do is determine what groups a particular user ID is a member of.
- I have tried using the Catalog feature of ADOX and also using the ADOX.User construct, but the only function I can find is the "GetPermissions" one, which does not seem to provide what I need.
Does anyone have any idea how I can do this? All I need is a simple return string indicating whether it is a member of "Users", "SysAdmins", "Admins" or "Others".
Any help would be appreciated.
Thanks
Andrew