|
Dynamic properties are defined by the underlying data provider, and appears in the Properties collection for the appropriate ActiveX Data Object.
For example:
A property specific to the provider may indicate if a Recordset object supports updating or transactions. These additional properties will appear as Property objects in that Recordset object’s Properties collection. The Dynamic properties can be referenced only through the collection by using the following Syntex as given bellow.
|