Skip to content

Commit c0b444f

Browse files
TheekshnaVanMSFT
andauthored
Apply suggestion from @VanMSFT
Co-authored-by: Van To <40007119+VanMSFT@users.noreply.github.com>
1 parent 04f6220 commit c0b444f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/connect/odbc/windows/release-notes-odbc-sql-server-windows.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ For the ARM64 driver: [Chinese (Simplified)](https://go.microsoft.com/fwlink/?li
3737

3838
#### Terminator issue in bcp_bind
3939

40-
When a "terminator" is used as the separator in `bcp_bind` for strings, two consecutive terminators in data can mean either a NULL value or an empty string. The ODBC driver doesn’t have a way to distinguish between empty strings and null strings.
40+
When you use a terminator as the separator in `bcp_bind` for strings, two consecutive terminators in data can mean either a `NULL` value or an empty string. The ODBC driver can't distinguish between empty strings and null strings.
4141

4242
- Before the 18.6.1.1 release, the ODBC driver interpreted consecutive terminators (zero-length data) as empty strings.
4343
- In the 18.6.1.1 release, a change was made to interpret zero-length data as a NULL value instead of an empty string.

0 commit comments

Comments
 (0)