[PATCH] include: Add more SQL_ defines
24 Feb
2021
24 Feb
'21
9:30 a.m.
Signed-off-by: Alistair Leslie-Hughes <leslie_alistair(a)hotmail.com> --- include/sqlucode.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/sqlucode.h b/include/sqlucode.h index c87348cd8b5..1286216f902 100644 --- a/include/sqlucode.h +++ b/include/sqlucode.h @@ -27,6 +27,9 @@ extern "C" { #endif +#define SQL_WVARCHAR (-9) +#define SQL_WLONGVARCHAR (-10) + SQLRETURN WINAPI SQLConnectW(SQLHDBC ConnectionHandle, SQLWCHAR *ServerName, SQLSMALLINT NameLength1, SQLWCHAR *UserName, SQLSMALLINT NameLength2, -- 2.30.0
1758
Age (days ago)
1758
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alistair Leslie-Hughes