Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Problem with Validate Database Recover
Message
From
17/12/2006 21:31:48
Dragan Nedeljkovich (Online)
Now officially retired
Zrenjanin, Serbia
 
General information
Forum:
Visual FoxPro
Category:
Other
Environment versions
Visual FoxPro:
VFP 9 SP1
Miscellaneous
Thread ID:
01178459
Message ID:
01178463
Views:
17
>I tried to include the following code a run-time executable:
>
>
>open database MyDatabase exclusive
>validate database recover
>
>
>I keep getting error that this requires that database is open exclusive. It is, from what I see.

I don't know why, but this works for me:
close data all
set exclusive on
open database mydbc exclusive
validate database recover
As if it's open twice, and the exclusive clause doesn't apply the second time, but then Set Exclusive On takes care of that.

back to same old

the first online autobiography, unfinished by design
What, me reckless? I'm full of recks!
Balkans, eh? Count them.
Previous
Reply
Map
View

Click here to load this message in the networking platform