Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Rebuilding tables
Message
 
 
To
27/01/2000 11:02:56
General information
Forum:
Visual FoxPro
Category:
Troubleshooting
Miscellaneous
Thread ID:
00323249
Message ID:
00323630
Views:
30
>I think I know what the problem may be. I can't open the database exclusively to validate the database. This is why it might be saying there is a problem in the table contact.dbf. Do you know why I might not be able to open a database exclusive? Here is the code I am using...
>
>open database cord excl
>validate database recover
>
>I then get an error message saying that the database must be opened exclusively. I thought I did that with the first line of code?
>
>I think if I get this figured out the rebuild.prg will work.

Unlike USE MYTABLE EXCL, OPEN MYDB EXCL will not close the database and reopen it exclusively. You have to CLOSE DATABASE before you try to reopen it exclusively.
Mark McCasland
Midlothian, TX USA
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform