From 87c9f1c97ad68f6e42332781d663c67f2b96e0d4 Mon Sep 17 00:00:00 2001 From: "Loney, Alex" Date: Thu, 25 Jan 2024 10:54:28 -0800 Subject: [PATCH] Removing ODBC flag --- src/dblib/dblib.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/dblib/dblib.c b/src/dblib/dblib.c index e0bad0760b..825dceefa1 100644 --- a/src/dblib/dblib.c +++ b/src/dblib/dblib.c @@ -1262,7 +1262,6 @@ tdsdbopen(LOGINREC * login, const char *server, int msdblib) dbclose(dbproc); return NULL; } - connection->option_flag2 &= ~TDS_ODBC_ON; /* we're not an ODBC driver */ tds_fix_login(connection); /* initialize from Environment variables */ dbproc->chkintr = NULL;