Compacting MS Access database from C# code?
C#
2
Posts
2
Posters
1
Views
1
Watching
-
Hi! Does anyone have an idea how it's possible to compact and repair an MS Access database using C#? The option is avaiable in MS Access main menu but I don't want to do it manually. Thanks in advance.
Try the COM object Access.Application. You should be able to do it this way. Eran Aharonovich (eran.aharonovich@gmail.com ) Noviway