|
-
Mar 8th, 2001, 11:05 AM
#1
Thread Starter
Hyperactive Member
Can somebody explain where I may be making a mistake. I'm trying to compact an access database using the JetEngine object. Here is my code:
Dim myJet As JRO.JetEngine
Set myJet = New JRO.JetEngine
myJet.CompactDatabase gstrConnection, gstrCompact
Set myJet = Nothing
I'm getting this error:
Run time error -2147217887 (80040e21)
Multi-step OLE DB operation generated errors. Check each OLE DB status value, if available. No work was done.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|