From 4e712ff50a015ea254e6a0cbb46a9c86f62103a9 Mon Sep 17 00:00:00 2001 From: Hadis-Fard Date: Fri, 15 Sep 2017 13:13:29 -0700 Subject: [PATCH] fixed missign driver error message --- source/pdo_sqlsrv/pdo_util.cpp | 2 +- source/sqlsrv/util.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/source/pdo_sqlsrv/pdo_util.cpp b/source/pdo_sqlsrv/pdo_util.cpp index c8f893a2..a9bf253a 100644 --- a/source/pdo_sqlsrv/pdo_util.cpp +++ b/source/pdo_sqlsrv/pdo_util.cpp @@ -56,7 +56,7 @@ pdo_error PDO_ERRORS[] = { { SQLSRV_ERROR_DRIVER_NOT_INSTALLED, - { IMSSP, (SQLCHAR*) "This extension requires the Microsoft ODBC Driver 13 or 11 for SQL Server to " + { IMSSP, (SQLCHAR*) "This extension requires the Microsoft ODBC Driver for SQL Server to " "communicate with SQL Server. Access the following URL to download the ODBC Driver for SQL Server " "for %1!s!: " "http://go.microsoft.com/fwlink/?LinkId=163712", -1, true } diff --git a/source/sqlsrv/util.cpp b/source/sqlsrv/util.cpp index 144172ce..232b20b4 100644 --- a/source/sqlsrv/util.cpp +++ b/source/sqlsrv/util.cpp @@ -300,7 +300,7 @@ ss_error SS_ERRORS[] = { { SQLSRV_ERROR_DRIVER_NOT_INSTALLED, - { IMSSP, (SQLCHAR*) "This extension requires the Microsoft ODBC Driver 13 or 11 for SQL Server. " + { IMSSP, (SQLCHAR*) "This extension requires the Microsoft ODBC Driver for SQL Server. " "Access the following URL to download the ODBC Driver for SQL Server for %1!s!: " "http://go.microsoft.com/fwlink/?LinkId=163712", -49, true } },