DDF Handling with the ActiveX Data Source Control
Data Dictionary Files (DDFs) are used by PSQL and by a number of third-party applications to provide column-level access to PSQL data. The ActiveX access method provides a number of methods to assist PSQL developers in creating, reading, and modifying DDFs.
Most of the dictionary file handling involves the addition of new methods to the control. However, because previous versions of the ActiveX Data Source control were aware of data dictionaries, some changes have been made to the behavior of existing properties and methods. Backwards compatibility has been maintained, but some properties have either been expanded (such as RefreshLocations) or deprecated (such as FieldIndex and FieldName).