Skip to content

Commit 6e0de2e

Browse files
v-makouzDavid-Engel
andauthored
Update docs/connect/odbc/using-always-encrypted-with-the-odbc-driver.md
Co-authored-by: David Engel <dengel1012@gmail.com>
1 parent cbfa8dc commit 6e0de2e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/connect/odbc/using-always-encrypted-with-the-odbc-driver.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ SQLSetDescField(ipd, n, SQL_CA_SS_SERVER_TYPE, isSmallMoney ? (SQLPOINTER)SQL_SS
287287
288288
289289
// If the variable is bound as SQL_NUMERIC, additional descriptor fields have to be set
290-
// var is SQL_NUMERIC_STRUCT contaning the value to be inserted
290+
// var is SQL_NUMERIC_STRUCT containing the value to be inserted
291291
292292
SQLHDESC hdesc = NULL;
293293
SQLGetStmtAttr(hStmt, SQL_ATTR_APP_PARAM_DESC, &hdesc, 0, NULL);

0 commit comments

Comments
 (0)