Re: How to Manipulate Uses and Groups (MS Access) in VB.NET
From: Roger.Smith (roger.smith_at_discussions.microsoft.com)
Date: 12/10/04
- Next message: Scott Emick: "Re: Streaming with System.IO and System.Net"
- Previous message: Herfried K. Wagner [MVP]: "Re: Application does not terminate when clicking on 'X' in titlebar"
- In reply to: Chris Jobson: "Re: How to Manipulate Uses and Groups (MS Access) in VB.NET"
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 10 Dec 2004 14:00:22 -0600
Thanks Chris. I searched for hours and only found examples of VB. (most of
what you referenced only had VB 6.0 examples) However, I found a sample or
two that was .NET and they said to add ADOX as a reference, and to use the
COM version. I figure that the COM version is the only version, because I
am unable to locate a .NET version of the class through my development
environment.
Thanks for the assistance....
Roger
"Chris Jobson" <chris.jobson@btinternet.com> wrote in message
news:OEvX2gu3EHA.4092@TK2MSFTNGP14.phx.gbl...
>I think you need to use ADOX, which isn't directly supported by .NET but
>can be used via COM. See
>http://www.eggheadcafe.com/forums/ForumPost.asp?ID=15611&INTID=14 for an
>example of how to use ADOX from .NET, and
>http://msdn.microsoft.com/library/default.asp?url=/library/en-us/ado270/htm/admscadoxfundamentals.asp
>for details of ADOX. (in particular the User and Group objects).
>
> Chris Jobson
>
> "Roger.Smith" <roger.smith@discussions.microsoft.com> wrote in message
> news:O9Vmf2s3EHA.3416@TK2MSFTNGP09.phx.gbl...
>>I am looking for samples or documentation that can help me to add new
>>users and groups a secured MS Access MDB. I need to be able to create new
>>groups, then assign table-level permissions to the group. Then I need to
>>be able to create new users (with passwords) and add each user to verious
>>groups. If anyone knows how to do this or where some documentation is,
>>please let me know.
>>
>> Thanks,
>>
>> Roger
>>
>
>
- Next message: Scott Emick: "Re: Streaming with System.IO and System.Net"
- Previous message: Herfried K. Wagner [MVP]: "Re: Application does not terminate when clicking on 'X' in titlebar"
- In reply to: Chris Jobson: "Re: How to Manipulate Uses and Groups (MS Access) in VB.NET"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|