Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Using SQL to select unique records in 1 file from anothe
Message
From
09/11/1999 17:32:13
 
 
To
09/11/1999 17:24:04
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00289322
Message ID:
00289330
Views:
21
Lee,

I think what I would do is convert all of the fields in the keyfield to one type
and store it in one field say of Char type. Then you would only have an primary
key index on one field.

OR

Does the text file have an added date or any kind of system date in it.
If so save the latest date when appending and only append the records
that are greater then that date the next time.

hope this helps

Jeff Whitaker

>This works, but since the keyfield is actually a combination of several different typed fields, it requires a complex index and relation that is problematic. My question is this : Is there a way of using a select statement to select just the new items to be added.
Previous
Reply
Map
View

Click here to load this message in the networking platform