Skip to content

Commit beb6cc7

Browse files
dlevy-msft-sqlDavid-EngelVanMSFT
authored
Apply suggestions from code review
Co-authored-by: David Engel <dengel1012@gmail.com> Co-authored-by: Van To <40007119+VanMSFT@users.noreply.github.com>
1 parent f5bd9ab commit beb6cc7

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/connect/oledb/major-version-differences.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ This article describes breaking changes between Microsoft OLE DB Driver 19 for S
2525

2626
| Area | Version 18 and earlier | Version 19+ |
2727
| --- | --- | --- |
28-
| Default encryption | `Optional` (unencrypted) | `Mandatory` (encrypted) |
28+
| Default encryption (`Encrypt`) setting | `no` (no encryption or the server can require encryption) | `Mandatory` (encryption required) |
2929
| `Encrypt` property type | `VT_BOOL` | `VT_BSTR` |
3030
| `Encrypt` valid values | `no`/`yes` | `no`/`yes`/`true`/`false`/`Optional`/`Mandatory`/`Strict` |
3131
| Certificate validation | Skipped when client sets `Encrypt=no` | Always evaluated when encryption occurs |
@@ -202,7 +202,7 @@ For more information, see [Use Microsoft Entra ID](features/using-azure-active-d
202202

203203
### Connection fails with certificate validation error
204204

205-
**Symptom**: Connection fails with an error about certificate validation or an untrusted certificate.
205+
**Symptom**: Connection fails with a certificate validation error or untrusted certificate message.
206206

207207
**Cause**: Version 19 defaults to `Encrypt=Mandatory`, which requires a valid server certificate. Version 18 defaulted to `Encrypt=no` (unencrypted).
208208

@@ -214,7 +214,7 @@ For more information, see [Use Microsoft Entra ID](features/using-azure-active-d
214214

215215
### Connection fails with "Server Certificate can only be used with strict encryption"
216216

217-
**Symptom**: Connection fails when using the `ServerCertificate` property.
217+
**Symptom**: Connection fails when you use the `ServerCertificate` property.
218218

219219
**Cause**: The `ServerCertificate` property requires `Encrypt=Strict`.
220220

0 commit comments

Comments
 (0)