Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Handling Deleted Records
Message
From
20/07/2000 17:58:03
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Handling Deleted Records
Miscellaneous
Thread ID:
00395145
Message ID:
00395145
Views:
40
What is the common wisdom for handling deleted
records with respect to unique keys? When you
go to INSERT a record with an identical key as
a deleted on you get a uniqueness error.

I have tried filtering on NOT DELETED(), but 1)
it doesn't work, and 2) you can't use the
index in otherwise optimizable queries. I have
also tried prefixing one of the fields with a
character (!, ~, X, etc) to keep the record unique
with varying levels of success, 3) having those
two reasons, I didn't really need to find
anymore :-)

Deleting records in this application is fairly
uncommon so I don't want to have to write scads
of code to reuse deleted records.

Craig, I'm sure you have an article in your
knowledge base. I'm going to look now ;-))

Thanks in advance...

...kt
Next
Reply
Map
View

Click here to load this message in the networking platform