Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Unique Index no longer PC
Message
From
28/09/2001 00:57:31
 
 
To
27/09/2001 11:38:47
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00561396
Message ID:
00561800
Views:
24
>Hi Chuck,
>
>The UI is only useful in a few instances. We use it to eliminate dupes and as a "cheap" way out of queries when we want to find what values may have been used.
>
>FoxTalk May '97 has an article - A "UNIQUE" Approach to De-duping in FoxPro.

You can use this instead:

use table1 in 0
use table1 again in 0 order primary1 alias target
select table1
set relation to primary_expr into target
delete for recno() != recno("target")
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform