G
Guest
I am looking for a simple way to accomplish this from code:
Concept:
Do until NewRecords table reaches End of File
{
Read in next NewRecords table record
If CurrentVersion field in record is NOT NULL
{
IF NewRecords!ObjPath field matches any ParsedResults!ObjPath field
{
Delete that record from ParsedResults table
}
Add NewRecords record to ParsedResults table
}
Next Record
}
Scan ParsedResults for duplicate SerialNumber and deleted oldest record
(Date_Time)
Any help appreciated!
Concept:
Do until NewRecords table reaches End of File
{
Read in next NewRecords table record
If CurrentVersion field in record is NOT NULL
{
IF NewRecords!ObjPath field matches any ParsedResults!ObjPath field
{
Delete that record from ParsedResults table
}
Add NewRecords record to ParsedResults table
}
Next Record
}
Scan ParsedResults for duplicate SerialNumber and deleted oldest record
(Date_Time)
Any help appreciated!