Error on compact password protected DB

T

Tim

Hi everyone,

I tried to use VBA to compact password protected
database. I ran the following code, but I got the error
message like this:Run-time error '3170': Couldn't find
installable ISAM.

Public Sub test2()
DBEngine.CompactDatabase "c:\TempTest\data.mdb", "c:\TempTe
st\data10.mdb", , , "tim"
End Sub

Could anyone tell me what is that mean and how to fix it?

Any help will be appreciated.

Thanks in advance.

Tim
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top