I've built an application in which I can select a Jet Database (usually MS access) and then compact. The problem is that I have to chage the database version but the JetEngine->CompactDatabase (which I imported from "Import from type library" function in Builder hasn't got enough parameters. How could I solve this?
MSDN:
DBEngine.CompactDatabase olddb, newdb, locale, options, password
Builder parameters: olddb, newdb only
I need "options" parameter.
MSDN:
DBEngine.CompactDatabase olddb, newdb, locale, options, password
Builder parameters: olddb, newdb only
I need "options" parameter.