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/adox-api/activeconnection-property-adox.md
+14-14Lines changed: 14 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ author: rothja
24
24
ms.author: jroth
25
25
---
26
26
# ActiveConnection Property (ADOX)
27
-
Indicates the ADO [Connection](../../../ado/reference/ado-api/connection-object-ado.md) object to which the [Catalog](../../../ado/reference/adox-api/catalog-object-adox.md) belongs.
27
+
Indicates the ADO [Connection](../ado-api/connection-object-ado.md) object to which the [Catalog](./catalog-object-adox.md) belongs.
28
28
29
29
## Settings and Return Values
30
30
Sets a **Connection** object or a **String** containing the definition for a connection. Returns the active **Connection** object.
@@ -33,18 +33,18 @@ Indicates the ADO [Connection](../../../ado/reference/ado-api/connection-object-
Copy file name to clipboardExpand all lines: docs/ado/reference/adox-api/adox-code-example-numericscale-and-precision-properties-example-vb.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ author: rothja
18
18
ms.author: jroth
19
19
---
20
20
# ADOX Code Example: NumericScale and Precision Properties Example (VB)
21
-
This example demonstrates the [NumericScale](../../../ado/reference/adox-api/numericscale-property-adox.md) and [Precision](../../../ado/reference/adox-api/precision-property-adox.md) properties of the [Column](../../../ado/reference/adox-api/column-object-adox.md) object. This code displays their value for the **Order Details** table of the *Northwind* database.
21
+
This example demonstrates the [NumericScale](./numericscale-property-adox.md) and [Precision](./precision-property-adox.md) properties of the [Column](./column-object-adox.md) object. This code displays their value for the **Order Details** table of the *Northwind* database.
Copy file name to clipboardExpand all lines: docs/ado/reference/adox-api/adox-code-examples-in-microsoft-visual-basic.md
+34-34Lines changed: 34 additions & 34 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,74 +24,74 @@ These topics provide sample code to help you understand how to use ADOX. All cod
24
24
25
25
## Methods
26
26
27
-
-[Columns and Tables Append Methods, Name Property Example (VB)](../../../ado/reference/adox-api/columns-and-tables-append-methods-name-property-example-vb.md)
27
+
-[Columns and Tables Append Methods, Name Property Example (VB)](./columns-and-tables-append-methods-name-property-example-vb.md)
28
28
29
-
-[Connection Close Method, Table Type Property Example (VB)](../../../ado/reference/adox-api/connection-close-method-table-type-property-example-vb.md)
29
+
-[Connection Close Method, Table Type Property Example (VB)](./connection-close-method-table-type-property-example-vb.md)
30
30
31
-
-[Create Method Example (VB)](../../../ado/reference/adox-api/create-method-example-vb.md)
31
+
-[Create Method Example (VB)](./create-method-example-vb.md)
32
32
33
-
-[GetObjectOwner and SetObjectOwner Methods Example (VB)](../../../ado/reference/adox-api/getobjectowner-and-setobjectowner-methods-example-vb.md)
33
+
-[GetObjectOwner and SetObjectOwner Methods Example (VB)](./getobjectowner-and-setobjectowner-methods-example-vb.md)
34
34
35
-
-[GetPermissions and SetPermissions Methods Example (VB)](../../../ado/reference/adox-api/getpermissions-and-setpermissions-methods-example-vb.md)
35
+
-[GetPermissions and SetPermissions Methods Example (VB)](./getpermissions-and-setpermissions-methods-example-vb.md)
36
36
37
-
-[Groups and Users Append, ChangePassword Methods Example (VB)](../../../ado/reference/adox-api/groups-and-users-append-changepassword-methods-example-vb.md)
37
+
-[Groups and Users Append, ChangePassword Methods Example (VB)](./groups-and-users-append-changepassword-methods-example-vb.md)
38
38
39
-
-[Indexes Append Method Example (VB)](../../../ado/reference/adox-api/indexes-append-method-example-vb.md)
39
+
-[Indexes Append Method Example (VB)](./indexes-append-method-example-vb.md)
40
40
41
-
-[Keys Append Method, Key Type, RelatedColumn, RelatedTable, and UpdateRule Properties Example (VB)](../../../ado/reference/adox-api/keys-append-method-key-type-relatedcolumn-relatedtable-example-vb.md)
41
+
-[Keys Append Method, Key Type, RelatedColumn, RelatedTable, and UpdateRule Properties Example (VB)](./keys-append-method-key-type-relatedcolumn-relatedtable-example-vb.md)
42
42
43
-
-[Procedures Append Method Example (VB)](../../../ado/reference/adox-api/procedures-append-method-example-vb.md)
43
+
-[Procedures Append Method Example (VB)](./procedures-append-method-example-vb.md)
44
44
45
-
-[Procedures Delete Method Example (VB)](../../../ado/reference/adox-api/procedures-delete-method-example-vb.md)
45
+
-[Procedures Delete Method Example (VB)](./procedures-delete-method-example-vb.md)
46
46
47
-
-[Procedures Refresh Method Example (VB)](../../../ado/reference/adox-api/procedures-refresh-method-example-vb.md)
47
+
-[Procedures Refresh Method Example (VB)](./procedures-refresh-method-example-vb.md)
48
48
49
-
-[Views Append Method Example (VB)](../../../ado/reference/adox-api/views-append-method-example-vb.md)
49
+
-[Views Append Method Example (VB)](./views-append-method-example-vb.md)
50
50
51
-
-[Views Delete Method Example (VB)](../../../ado/reference/adox-api/views-delete-method-example-vb.md)
51
+
-[Views Delete Method Example (VB)](./views-delete-method-example-vb.md)
52
52
53
-
-[Views Refresh Method Example (VB)](../../../ado/reference/adox-api/views-refresh-method-example-vb.md)
53
+
-[Views Refresh Method Example (VB)](./views-refresh-method-example-vb.md)
54
54
55
55
## Properties
56
56
57
-
-[Attributes Property Example (VB)](../../../ado/reference/adox-api/attributes-property-example-vb.md)
57
+
-[Attributes Property Example (VB)](./attributes-property-example-vb.md)
58
58
59
-
-[Catalog ActiveConnection Property Example (VB)](../../../ado/reference/adox-api/catalog-activeconnection-property-example-vb.md)
59
+
-[Catalog ActiveConnection Property Example (VB)](./catalog-activeconnection-property-example-vb.md)
60
60
61
-
-[Clustered Property Example (VB)](../../../ado/reference/adox-api/clustered-property-example-vb.md)
61
+
-[Clustered Property Example (VB)](./clustered-property-example-vb.md)
62
62
63
-
-[Command and CommandText Properties Example (VB)](../../../ado/reference/adox-api/command-and-commandtext-properties-example-vb.md)
63
+
-[Command and CommandText Properties Example (VB)](./command-and-commandtext-properties-example-vb.md)
64
64
65
-
-[Command Property, Parameters Collection Example (VB)](../../../ado/reference/adox-api/parameters-collection-command-property-example-vb.md)
65
+
-[Command Property, Parameters Collection Example (VB)](./parameters-collection-command-property-example-vb.md)
66
66
67
-
-[CommandText Property, Views Collection Example (VB)](../../../ado/reference/adox-api/views-collection-commandtext-property-example-vb.md)
67
+
-[CommandText Property, Views Collection Example (VB)](./views-collection-commandtext-property-example-vb.md)
68
68
69
-
-[DateCreated and DateModified Properties Example (VB)](../../../ado/reference/adox-api/datecreated-and-datemodified-properties-example-vb.md)
69
+
-[DateCreated and DateModified Properties Example (VB)](./datecreated-and-datemodified-properties-example-vb.md)
70
70
71
-
-[DefinedSize Property Example (VB)](../../../ado/reference/adox-api/definedsize-property-example-vb.md)
71
+
-[DefinedSize Property Example (VB)](./definedsize-property-example-vb.md)
72
72
73
-
-[DeleteRule Property Example (VB)](../../../ado/reference/adox-api/deleterule-property-example-vb.md)
73
+
-[DeleteRule Property Example (VB)](./deleterule-property-example-vb.md)
74
74
75
-
-[IndexNulls Property Example (VB)](../../../ado/reference/adox-api/indexnulls-property-example-vb.md)
75
+
-[IndexNulls Property Example (VB)](./indexnulls-property-example-vb.md)
76
76
77
-
-[Key Type, RelatedColumn, RelatedTable, and UpdateRule Properties, Keys Append Method Example (VB)](../../../ado/reference/adox-api/keys-append-method-key-type-relatedcolumn-relatedtable-example-vb.md)
77
+
-[Key Type, RelatedColumn, RelatedTable, and UpdateRule Properties, Keys Append Method Example (VB)](./keys-append-method-key-type-relatedcolumn-relatedtable-example-vb.md)
78
78
79
-
-[Name Property, Columns and Tables Append Methods Example (VB)](../../../ado/reference/adox-api/columns-and-tables-append-methods-name-property-example-vb.md)
79
+
-[Name Property, Columns and Tables Append Methods Example (VB)](./columns-and-tables-append-methods-name-property-example-vb.md)
80
80
81
-
-[NumericScale and Precision Properties Example (VB)](../../../ado/reference/adox-api/adox-code-example-numericscale-and-precision-properties-example-vb.md)
81
+
-[NumericScale and Precision Properties Example (VB)](./adox-code-example-numericscale-and-precision-properties-example-vb.md)
82
82
83
-
-[ParentCatalog Property Example (VB)](../../../ado/reference/adox-api/parentcatalog-property-example-vb.md)
83
+
-[ParentCatalog Property Example (VB)](./parentcatalog-property-example-vb.md)
84
84
85
-
-[PrimaryKey and Unique Properties Example (VB)](../../../ado/reference/adox-api/primarykey-and-unique-properties-example-vb.md)
85
+
-[PrimaryKey and Unique Properties Example (VB)](./primarykey-and-unique-properties-example-vb.md)
86
86
87
-
-[SortOrder Property Example (VB)](../../../ado/reference/adox-api/sortorder-property-example-vb.md)
87
+
-[SortOrder Property Example (VB)](./sortorder-property-example-vb.md)
88
88
89
-
-[Table Type Property, Connection Close Method, Example (VB)](../../../ado/reference/adox-api/connection-close-method-table-type-property-example-vb.md)
89
+
-[Table Type Property, Connection Close Method, Example (VB)](./connection-close-method-table-type-property-example-vb.md)
90
90
91
91
## Collections
92
92
93
-
-[Parameters Collection, Command Property Example (VB)](../../../ado/reference/adox-api/parameters-collection-command-property-example-vb.md)
93
+
-[Parameters Collection, Command Property Example (VB)](./parameters-collection-command-property-example-vb.md)
94
94
95
-
-[Views and Fields Collections Example (VB)](../../../ado/reference/adox-api/views-and-fields-collections-example-vb.md)
95
+
-[Views and Fields Collections Example (VB)](./views-and-fields-collections-example-vb.md)
96
96
97
-
-[Views Collection, CommandText Property Example (VB)](../../../ado/reference/adox-api/views-collection-commandtext-property-example-vb.md)
97
+
-[Views Collection, CommandText Property Example (VB)](./views-collection-commandtext-property-example-vb.md)
0 commit comments