Lokasi ngalangkungan proxy:   [ UP ]  
[Ngawartoskeun bug]   [Panyetelan cookie]                
Skip to content

Commit 937b77e

Browse files
authored
Merge pull request #5144 from mversic/odbc_conformance_format
fix conformance section format in ODBC API reference functions
2 parents beba4db + a36310c commit 937b77e

2 files changed

Lines changed: 2 additions & 6 deletions

File tree

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,7 @@ ms.author: v-daenge
1717
---
1818
# SQLCancelHandle Function
1919
**Conformance**
20-
Version Introduced: ODBC 3.8
21-
22-
Standards Compliance: None
20+
Version Introduced: ODBC 3.8 Standards Compliance: None
2321

2422
It is expected that most ODBC 3.8 (and later) drivers will implement this function. If a driver does not, a call to **SQLCancelHandle** with a connection handle in the *Handle* parameter will return SQL_ERROR with a SQLSTATE of IM001 and message 'Driver does not support this function'' A call to **SQLCancelHandle** with a statement handle as the *Handle* parameter will be mapped to a call to **SQLCancel** by the Driver Manager and can be processed if the driver implements **SQLCancel**. An application can use **SQLGetFunctions** to determine if a driver supports **SQLCancelHandle**.
2523

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,7 @@ ms.author: v-daenge
1717
---
1818
# SQLCompleteAsync Function
1919
**Conformance**
20-
Version Introduced: ODBC 3.8
21-
22-
Standards Compliance: None
20+
Version Introduced: ODBC 3.8 Standards Compliance: None
2321

2422
**Summary**
2523
**SQLCompleteAsync** can be used to determine when an asynchronous function is complete using either notification- or polling-based processing. For more information about asynchronous operations, see [Asynchronous Execution](../../../odbc/reference/develop-app/asynchronous-execution.md).

0 commit comments

Comments
 (0)