Hi,
I've searched the Microsoft site and struck out. I'm looking for a good way to compact an Access database, using Visual Basic .NET.
In VB6, I used this code:
DAODBEngine_definst.CompactDatabase(name1, name2)
In .NET, this code seems erratic and unreliable. Is there a new command to do this ?
Thanks for any help !
Paul
I've searched the Microsoft site and struck out. I'm looking for a good way to compact an Access database, using Visual Basic .NET.
In VB6, I used this code:
DAODBEngine_definst.CompactDatabase(name1, name2)
In .NET, this code seems erratic and unreliable. Is there a new command to do this ?
Thanks for any help !
Paul