Skip to content

Commit 16fe767

Browse files
committed
Learn Editor: Update bcp-writefmt.md
1 parent f8c09da commit 16fe767

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

  • docs/relational-databases/native-client-odbc-extensions-bulk-copy-functions

docs/relational-databases/native-client-odbc-extensions-bulk-copy-functions/bcp-writefmt.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,12 @@ apitype: "DLLExport"
2525
RETCODE bcp_writefmt (
2626
HDBC hdbc,
2727
LPCTSTR szFormatFile);
28-
```
28+
```
29+
30+
Unicode and ANSI names:
31+
32+
- bcp_initA (ANSI)
33+
- bcp_initW (Unicode)
2934

3035
## Arguments
3136
*hdbc*

0 commit comments

Comments
 (0)