c++ - Compact and Repair Database programatically -
How can I call Access's compact and repair database utility from within C ++? I am already using ADO and ADOX, so the solution will be accessible using either of these.
For equally:
You can use the JRO.JetEngine object by using COM . There is an example in C #, which should not be difficult to convert to C ++.
UPDATE: Thanks to @Dorforfeere, here is the C ++ example.
Comments
Post a Comment