Wednesday, July 21, 2004

The Code Project - Compact and Repair Access Database using C# and late binding

The Code Project - Compact and Repair Access Database using C# and late binding

Short example of how to compact an Access DB and using Late Bound COM via Reflection.

Also using the ProgID "Activator.CreateInstance(Type.GetTypeFromProgID("JRO.JetEngine"));" instead of the CLSID.

No comments: