Skip to content

Commit f9cc8bc

Browse files
author
Jim Vance
committed
Fixed table rendering issues
1 parent f4503df commit f9cc8bc

3 files changed

Lines changed: 10 additions & 13 deletions

File tree

docs/ado/reference/ado-api/append-method-ado.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,9 +82,8 @@ fields.Append Name, Type, DefinedSize, Attrib, FieldValue
8282

8383
## Applies To
8484

85-
|||
86-
|-|-|
87-
|[Fields Collection (ADO)](../../../ado/reference/ado-api/fields-collection-ado.md)|[Parameters Collection (ADO)](../../../ado/reference/ado-api/parameters-collection-ado.md)|
85+
- [Fields Collection (ADO)](../../../ado/reference/ado-api/fields-collection-ado.md)
86+
- [Parameters Collection (ADO)](../../../ado/reference/ado-api/parameters-collection-ado.md)
8887

8988
## See Also
9089
[Append and CreateParameter Methods Example (VB)](../../../ado/reference/ado-api/append-and-createparameter-methods-example-vb.md)

docs/ado/reference/adox-api/attributes-property-adox.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,7 @@ Describes column characteristics.
2929

3030
## Applies To
3131

32-
||
33-
|-|
34-
|[Column Object (ADOX)](../../../ado/reference/adox-api/column-object-adox.md)|
32+
- [Column Object (ADOX)](../../../ado/reference/adox-api/column-object-adox.md)
3533

3634
## See Also
3735
[Attributes Property Example (VB)](../../../ado/reference/adox-api/attributes-property-example-vb.md)

docs/odbc/reference/syntax/sqlgetfunctions-function.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,8 @@ SQLRETURN SQLGetFunctions(
8282

8383
The following is a list of valid values for *FunctionId* for functions that conform to the ISO 92 standards–compliance level:
8484

85-
|||
86-
|-|-|
85+
|FunctionId Value|FunctionId Value|
86+
|----------|----------|
8787
|SQL_API_SQLALLOCHANDLE|SQL_API_SQLGETDESCFIELD|
8888
|SQL_API_SQLBINDCOL|SQL_API_SQLGETDESCREC|
8989
|SQL_API_SQLCANCEL|SQL_API_SQLGETDIAGFIELD|
@@ -104,18 +104,18 @@ SQLRETURN SQLGetFunctions(
104104
|SQL_API_SQLFREESTMT|SQL_API_SQLSETDESCREC|
105105
|SQL_API_SQLGETCONNECTATTR|SQL_API_SQLSETENVATTR|
106106
|SQL_API_SQLGETCURSORNAME|SQL_API_SQLSETSTMTATTR|
107-
|SQL_API_SQLGETDATA||
107+
|SQL_API_SQLGETDATA| |
108108

109109
The following is a list of valid values for *FunctionId* for functions conforming to the Open Group standards–compliance level:
110110

111-
|||
111+
|FunctionId Value|FunctionId Value|
112112
|-|-|
113113
|SQL_API_SQLCOLUMNS|SQL_API_SQLSTATISTICS|
114114
|SQL_API_SQLSPECIALCOLUMNS|SQL_API_SQLTABLES|
115115

116116
The following is a list of valid values for *FunctionId* for functions conforming to the ODBC standards–compliance level.
117117

118-
|||
118+
|FunctionId Value|FunctionId Value|
119119
|-|-|
120120
|SQL_API_SQLBINDPARAMETER|SQL_API_SQLNATIVESQL|
121121
|SQL_API_SQLBROWSECONNECT|SQL_API_SQLNUMPARAMS|
@@ -124,13 +124,13 @@ SQLRETURN SQLGetFunctions(
124124
|SQL_API_SQLDESCRIBEPARAM|SQL_API_SQLPROCEDURES|
125125
|SQL_API_SQLDRIVERCONNECT|SQL_API_SQLSETPOS|
126126
|SQL_API_SQLFOREIGNKEYS|SQL_API_SQLTABLEPRIVILEGES|
127-
|SQL_API_SQLMORERESULTS||
127+
|SQL_API_SQLMORERESULTS| |
128128

129129
[1] When working with an ODBC 2*.x* driver, **SQLBulkOperations** will be returned as supported only if both of the following are true: the ODBC 2*.x* driver supports **SQLSetPos**, and the information type SQL_POS_OPERATIONS returns the SQL_POS_ADD bit as set.
130130

131131
The following is a list of valid values for *FunctionId* for functions introduced in ODBC 3.8 or later:
132132

133-
||
133+
|FunctionId Value|
134134
|-|
135135
|SQL_API_SQLCANCELHANDLE [2]|
136136

0 commit comments

Comments
 (0)