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

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -