Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Validating a database
Message
From
09/05/2000 13:52:04
Elyse Pomerantz
Dynamic Data Concepts, Inc.
Brooklyn, New York, United States
 
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00367731
Message ID:
00367737
Views:
17
>>I have what is apparently an invalid database. Among the problems, some of the tables have an "Invalid primary key property." When I try to open the table, or alter it, I get an error telling me "Primary key property is invalid; please validate database." Issuing a VALIDATE DATABASE merely lists the problems, it doesn't solve them. How can I fix the primary key problem? Also, I need to be able to do it programmatically at a client's site.
>>
>>Thanks,
>
>Elyse,
>Try:
>close database
>open database mydatabase exclusive
>validate database recover
>
>For future reference look into getting Stonefield Database Toolkit for an easy interface to handle problems like this.

I have Stonefield, but it seems that even Stonefield was having trouble with this. I think the RECOVER will help, but that can't be done programmatically.
Elyse Pomerantz
Previous
Reply
Map
View

Click here to load this message in the networking platform