I had tried this question in access forums and other few forums with no luck. Basically the requirement is that to administrate(add, delete,modify ) Access user and groups from c#.
Actually in Access MDW security files you have certain queries to get user membership and view all users which can be accessible through normal OLEDBconnection but the tricky part is adding users,groups etc .. to this MDW file.
Please share your thoughts.
Thanks.
Loading
Bechir BejaouiPosted Nov 26, 2008, 4:03 PM
Bechir BejaouiPosted Nov 30, 2008, 10:43 AM
di erPosted Nov 27, 2008, 12:38 AM
di erPosted Nov 25, 2008, 4:42 AM
Bechir BejaouiPosted Nov 24, 2008, 7:28 PM
ConnectionString = "Provider=Microsoft.Jet.OLEDB.4.0;" +
"Data Source=e:\\My Documents\\db1.mdb;" +
"Jet OLEDB:System database=C:\\Winnt\\System32\\System.MDW;" +
"User ID=Admin;" +
"Password="