Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Primary Key
Message
From
31/12/1998 12:26:47
 
 
To
31/12/1998 07:35:16
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00171828
Message ID:
00171932
Views:
27
No, it works. Unfortunately (IMHO). Sorta. However, if you have a candidate key, then that also needs on index on unique.

There are times, though that you will still get uniqueness violation if you go back and try to recall the record to reuse it. Surrogate keys is much, much, much, much easier to program and maintain. Much. Even to retrofit surrogate keys in tables isn't really all that bad. Updating the relationships or joins between tables is tedious, but the time you save in having to mess around with quasi-unique primary keys is well worth it. Not that I'm biased, or anything! < s >


>>Yes, you can: filter your primary key index on NOT DELETED(), and deleted records won't bother you. However, this has a drawback; since filtered indices won't be used by Rushmore, you will need to add a regular index on the same expression, so your queries can be optimised.
>>
>Uhhh! Are you sure about this? My experience is that a deleted record still will not permit a new record with the same primary key to be added to the table irrespective of SET DELETED status.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform