PDA

Click to See Complete Forum and Search --> : repair Access db with code


DrewDog_21
Aug 4th, 2000, 07:20 PM
Hey - sorry if this appears twice, think my browser crashed -

anyway, I am wondering if it is possible to repair an Access database with VB code? I know how to compress it with DBEngine.CompressDatabase

is there a routine or tool that I could use so that my users could repair screwy databases without using Access?

JHausmann
Aug 4th, 2000, 07:25 PM
DBEngine.RepairDatabase

DrewDog_21
Aug 4th, 2000, 08:35 PM
That doesn't appear as one of the options under DBEngine in my project. Is there a reference that I need to set for that?

BTW JHaussman thanks for all of the help today! ;)

JHausmann
Aug 7th, 2000, 08:18 AM
I know you'll get it with DAO, not sure about ADO.