Click here to Skip to main content
15,895,142 members
Articles / Programming Languages / C#

Compact and Repair Access Database using C# and Late Binding

Rate me:
Please Sign up or sign in to vote.
4.80/5 (57 votes)
20 Apr 20212 min read 330.7K   104  
The code compacts and repairs an MS Access database from C# code using a JRO.JetEngine COM-object. Binding occurs at runtime, no references, no interops. Pure System.Reflection.
In this article, you will find code that compacts and repairs an MS Access DB from a C# .NET application.

Views

Daily Counts


Written By
Founder Jitbit
United Kingdom United Kingdom
I'm CEO/Founder and lead developer at Jitbit Software. My personal blog is here

Comments and Discussions