Grant permission to access the Msysobjects
C#
2
Posts
2
Posters
0
Views
1
Watching
-
I need to know how can we grant permission to access the Msysobjects through C# coding. Any kind of suggestion is highly appreciated!
This has to be granted in the MDB using Access. You might be able to use DDL to do this, but you'll have to see the Access help. If you need the Microsoft Primary Interop Assemblies to access the Access object model, you can obtain them from here: http://msdn.microsoft.com/library/en-us/dv_wrcore/html/wrrefofficeprimaryinteropassemblies.asp[^] (Office 2003). The Office XP PIAs are available from here: http://msdn.microsoft.com/library/default.asp?url=/downloads/list/office.asp[^].
Microsoft MVP, Visual C# My Articles