Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Unique ID Violated With Add/Delete
Message
From
16/06/1998 07:29:31
Rex Mahel
Realm Software, Llc
Ohio, United States
 
 
To
15/06/1998 14:34:40
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00108257
Message ID:
00108581
Views:
42
>>>>>Bear in mind that the DELETED() status has nothing to do with the uniqueness of a candidate or primary index. In any incremental key situation, you have to search all your table whether or not the records have been deleted.
>>>>
>>>>
>>>>PMFJI but in addition, even if you should check the deleted records, a simulataneous add by two users will also give the same behavior.
>>>
>>>I agree. Tying this into an earlier thread about unique keys, I don't even try to use sequential numbers unless forced to. I like to use GUIDs as primary (unique) keys.
>>
>>You bring up a question in my mind that I've had for awhile. Are there any *real* benefits to using unique or candidate keys. I've yet to come up with anything that outweighs the annoyances.< s >
>
>Absolutely there are. To name two (and there are others) that apply to VFP:
>
>1) Normalization. You need a unique key that will never change.
>2) Scalability. SQL Server and Oracle DEMAND unique, primary keys.
>3) Conflict. A unique violation may alert you to other errors in data mgmt.


PMFJI, but doesn't referential integrity depend on primary key as well??

Just my $0.02

Rex
Previous
Reply
Map
View

Click here to load this message in the networking platform