I want to install a VB.NET application that uses an Access database on a
computer that does not have Microsoft Access installed. I want to compact
the database on occasion. If Access was installed I could use something like:
Dim AccessApp As New Access.Applicat ion
AccessApp.Appli cation.CompactR epair("C:\Mydat abase.mdb", "C:\Temp.md b")
Without Access on the computer, this code does not work. Is there an
alternate way to compact the database?
computer that does not have Microsoft Access installed. I want to compact
the database on occasion. If Access was installed I could use something like:
Dim AccessApp As New Access.Applicat ion
AccessApp.Appli cation.CompactR epair("C:\Mydat abase.mdb", "C:\Temp.md b")
Without Access on the computer, this code does not work. Is there an
alternate way to compact the database?
Comment