Sql property) filters the data to provide the candidate records that are available for adding as proxy points in the manager view.
Although the default view of the Rdbms Point Device Extension is the Rdbms Point Device Ext Manager, you may often need to use the Property Sheet view and the Rdbms Query views.
In this procedure, the term “rdb Database” represents any valid Rdbms Database Device Extension.

Key Column 1 and Key Column 2 to create a unique identifier for the point.Key Column 2 is optional. Use it when you need an additional data item to establish a unique composite key.
The key columns you define (using the Key Column 1 and 2 properties) may not actually be primary keys, although they often are.
An example situation where a single column cannot uniquely identify each row in a table might be a table of fan motor types with columns for "manufacturer", "model" and "maximum speed". To identify each row, you need to look at both the manufacturer and the model. These two columns would be the Key Column1 and Key Column2 columns. Only with both of them can you identify any given row, since individually neither column is unique.
