You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/ado/reference/ado-api/ado-dynamic-properties.md
+17-17Lines changed: 17 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,29 +15,29 @@ author: rothja
15
15
ms.author: jroth
16
16
---
17
17
# ADO Dynamic Properties
18
-
Dynamic properties can be added to the [Properties](../../../ado/reference/ado-api/properties-collection-ado.md) collections of the [Connection](../../../ado/reference/ado-api/connection-object-ado.md), [Command](../../../ado/reference/ado-api/command-object-ado.md), or [Recordset](../../../ado/reference/ado-api/recordset-object-ado.md) objects. The source for these properties is either a data provider, such as the [OLE DB Provider for SQL Server](../../../ado/guide/appendixes/microsoft-ole-db-provider-for-sql-server.md), or a service provider, such as the [Microsoft Cursor Service for OLE DB](../../../ado/guide/appendixes/microsoft-cursor-service-for-ole-db-ado-service-component.md). Refer to the appropriate data provider or service provider documentation for more information about a specific dynamic property.
18
+
Dynamic properties can be added to the [Properties](./properties-collection-ado.md) collections of the [Connection](./connection-object-ado.md), [Command](./command-object-ado.md), or [Recordset](./recordset-object-ado.md) objects. The source for these properties is either a data provider, such as the [OLE DB Provider for SQL Server](../../guide/appendixes/microsoft-ole-db-provider-for-sql-server.md), or a service provider, such as the [Microsoft Cursor Service for OLE DB](../../guide/appendixes/microsoft-cursor-service-for-ole-db-ado-service-component.md). Refer to the appropriate data provider or service provider documentation for more information about a specific dynamic property.
19
19
20
-
The [ADO Dynamic Property Index](../../../ado/reference/ado-api/ado-dynamic-property-index.md) provides a cross-reference between the ADO and OLE DB names for each standard OLE DB provider dynamic property.
20
+
The [ADO Dynamic Property Index](./ado-dynamic-property-index.md) provides a cross-reference between the ADO and OLE DB names for each standard OLE DB provider dynamic property.
21
21
22
22
The following dynamic properties are especially interesting, and are also documented in the sources that were mentioned earlier. Special functionality with ADO is documented in the ADO help topics in the following list.
23
23
24
24
|Dynamic property|Description|
25
25
|-|-|
26
-
|[Optimize](../../../ado/reference/ado-api/optimize-property-dynamic-ado.md)|Specifies whether an index should be created on this field.|
27
-
|[Prompt](../../../ado/reference/ado-api/prompt-property-dynamic-ado.md)|Specifies whether the OLE DB provider should prompt the user for initialization information.|
28
-
|[Reshape Name](../../../ado/reference/ado-api/reshape-name-property-dynamic-ado.md)|Specifies a name for the **Recordset** object.|
29
-
|[Resync Command](../../../ado/reference/ado-api/resync-command-property-dynamic-ado.md)|Specifies a user-supplied command string that the **Resync** method issues to refresh the data in the table named in the **Unique Table** dynamic property.|
30
-
|[Unique Table, Unique Schema, Unique Catalog](../../../ado/reference/ado-api/unique-table-unique-schema-unique-catalog-properties-dynamic-ado.md)|**Unique Table** Specifies the name of the base table upon which updates, insertions, and deletions are allowed.<br /><br /> **Unique Schema** Specifies the schema, or name of the owner of the table.<br /><br /> **Unique Catalog** Specifies the catalog, or name of the database that contains the table.|
31
-
|[Update Resync](../../../ado/reference/ado-api/update-resync-property-dynamic-ado.md)|Specifies whether the **UpdateBatch** method is followed by an implicit **Resync** method operation, and if so, the scope of that operation.|
26
+
|[Optimize](./optimize-property-dynamic-ado.md)|Specifies whether an index should be created on this field.|
27
+
|[Prompt](./prompt-property-dynamic-ado.md)|Specifies whether the OLE DB provider should prompt the user for initialization information.|
28
+
|[Reshape Name](./reshape-name-property-dynamic-ado.md)|Specifies a name for the **Recordset** object.|
29
+
|[Resync Command](./resync-command-property-dynamic-ado.md)|Specifies a user-supplied command string that the **Resync** method issues to refresh the data in the table named in the **Unique Table** dynamic property.|
30
+
|[Unique Table, Unique Schema, Unique Catalog](./unique-table-unique-schema-unique-catalog-properties-dynamic-ado.md)|**Unique Table** Specifies the name of the base table upon which updates, insertions, and deletions are allowed.<br /><br /> **Unique Schema** Specifies the schema, or name of the owner of the table.<br /><br /> **Unique Catalog** Specifies the catalog, or name of the database that contains the table.|
31
+
|[Update Resync](./update-resync-property-dynamic-ado.md)|Specifies whether the **UpdateBatch** method is followed by an implicit **Resync** method operation, and if so, the scope of that operation.|
32
32
| | |
33
33
34
34
## See Also
35
-
[ADO API Reference](../../../ado/reference/ado-api/ado-api-reference.md)
Copy file name to clipboardExpand all lines: docs/ado/reference/ado-api/ado-dynamic-property-index.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,11 +14,11 @@ author: rothja
14
14
ms.author: jroth
15
15
---
16
16
# ADO Dynamic Property Index
17
-
Data providers, service providers, and service components can add dynamic properties to the **Properties** collections of the unopened [Connection](../../../ado/reference/ado-api/connection-object-ado.md) and [Recordset](../../../ado/reference/ado-api/recordset-object-ado.md) objects. A given provider may also insert additional properties when these objects are opened. Some of these properties are listed in the [ADO Dynamic Properties](../../../ado/reference/ado-api/ado-dynamic-properties.md) section. More are listed under the specific providers in the [Appendix A: Providers](../../../ado/guide/appendixes/appendix-a-providers.md) section.
17
+
Data providers, service providers, and service components can add dynamic properties to the **Properties** collections of the unopened [Connection](./connection-object-ado.md) and [Recordset](./recordset-object-ado.md) objects. A given provider may also insert additional properties when these objects are opened. Some of these properties are listed in the [ADO Dynamic Properties](./ado-dynamic-properties.md) section. More are listed under the specific providers in the [Appendix A: Providers](../../guide/appendixes/appendix-a-providers.md) section.
18
18
19
19
The following tables are cross-indexes of the ADO and OLE DB names for each standard OLE DB provider dynamic property. Your providers may add more properties than listed here. For the specific information about provider-specific dynamic properties, see your provider documentation.
20
20
21
-
The OLE DB Programmer's Reference refers to an ADO property name by the term "Description." For more information about these standard properties, search or browse the index in the [OLE DB documentation](https://msdn.microsoft.com/library/windows/desktop/ms722784.aspx)for the OLE DB property by its name.
21
+
The OLE DB Programmer's Reference refers to an ADO property name by the term "Description." For more information about these standard properties, search or browse the index in the [OLE DB documentation](/previous-versions/windows/desktop/ms722784(v=vs.85))for the OLE DB property by its name.
22
22
23
23
## Connection Dynamic Properties
24
24
@@ -194,4 +194,4 @@ Data providers, service providers, and service components can add dynamic proper
0 commit comments