Difference between revisions of "MatchUp Object:Incremental:Key File"

From Melissa Data Wiki
Jump to navigation Jump to search
(Created page with "{{MatchUpObjectIncrementalNav |FunctionsCollapse= }} {{CustomTOC}} ==AddRecord== This function appends the key generated by the most recent call to the [[MatchUp Object:Incr...")
(No difference)

Revision as of 17:58, 30 July 2015

← MatchUp Object Reference

MatchUp Object Incremental Interface Navigation
Overview
Order of Operations
Functions
Initialization
Mapping
Match Key
Comparison
Key File
Transaction



AddRecord

This function appends the key generated by the most recent call to the BuildKey function to the current file. The typical application would use this function to add a new unique record to the key file if no duplicate was found by the last call to the MatchRecord function.

Note: This function does not add the current record to the database. It only appends a new key to the key file.

Syntax mdMU->AddRecord()
C mdMUIncrementalAddRecord(mdMU)
.Net mdMU.AddRecord