- Как установить драйвер ODBC
- Что для этого необходимо
- Конфигурирование прикладной программы
- Установка компонентов ODBC Installing ODBC Components
- Скачивание драйвера ODBC Driver for SQL Server Download ODBC Driver for SQL Server
- Скачать для Windows Download for Windows
- Сведения о версии Version information
- Доступные языки Available languages
- Заметки о выпуске для Windows Release notes for Windows
- Предыдущие выпуски для Windows Previous releases for Windows
- Загрузка для Linux и macOS Download for Linux and macOS
- Драйвер Microsoft ODBC для SQL Server в Windows Microsoft ODBC Driver for SQL Server on Windows
- Сводка Summary
- Документация Documentation
- Системные требования, установка и файлы драйвера System requirements, installation, and driver files
- Совместимость с версиями SQL SQL version compatibility
- Сведения о строке подключения Connection string details
- Поддерживаемые операционные системы Supported operating systems
- Установка Microsoft ODBC Driver for SQL Server Installing Microsoft ODBC Driver for SQL Server
- Параллельно с Native Client Side-by-side with Native Client
- Лицензия пользователя End-user license
- Удаление без взаимодействия с пользователем Silent uninstall
- Указание зависимость Indicate dependency
- Программы командной строки: sqlcmd.exe и bcp.exe Command-line tools: sqlcmd.exe and bcp.exe
- Компоненты Microsoft ODBC Driver for SQL Server SQL Server в Windows Components of the Microsoft ODBC Driver for SQL Server SQL Server on Windows
Как установить драйвер ODBC
К примеру, требуется подключить 1С-предприятие напрямую к базе данных MySQL, для того, чтобы прайс листы автоматически самостоятельно выгружались из 1С-предприятия сразу в MySQL, т.е. напрямую на сайт.
Что для этого необходимо
Во-первых необходимо установить специальный драйвер ODBC, который можно скачать с официально сайта http://dev.mysql.com/downloads/ или же с этого сайта – скачать mysql-connector-net-5.1.7.zip
После установки заходим ПУСК – Настройка – Панель управления – Администрирование. Открываем Источники данных (ODBC).
Должно появиться MySQL ODBC 5.1 Driver — ODBC драйвер для MySQL
Конфигурирование прикладной программы
Далее, необходимо сконфигурировать вашу программу для работы с ODBC.
Для конфигуратора 1С это так.
СтрокаСоединения = “DRIVER=” + ИмяДрайвера + “;SERVER=” + Наименование + “;DataBase=”+БазаДанных+”;UID=”+Логин+”;PWD=”+Пароль;
//Убеждаемся, что строка соединения верна, должно показаться что то вроде
//DRIVER=MySQL ODBC 5.1 Driver;SERVER=localhost;DataBase=base;UID=root;PWD=123456
//localhost – сервер БД MySQL, base – имя БД MySQL, root – имя пользователя, 123456 – пароль
//Далее открываем соединение
Сообщить(“MySQL база подключена. ”);
Сообщить(“Не могу подключиться к базе. ”);
А далее просто выполняем любые запросы в в MySQL
//выбираем title из таблицы price
НаборЗаписей=Соединение.Execute(“SELECT title FROM price”);
//записываем данные в MySQL
Пока НаборЗаписей.Eof()=0 Цикл
Соединение.Execute(“UPDATE price SET cena =Цена);
Установка компонентов ODBC Installing ODBC Components
Начиная с Windows XP и Windows Server 2003, ODBC входит в операционную систему Windows. Starting with Windows XP and Windows Server 2003, ODBC is included in the Windows operation system. Следует явно устанавливать ODBC только в более ранних версиях Windows. You should only explicitly install ODBC on earlier versions of Windows.
В этом разделе описывается, как устанавливаются и удаляются компоненты ODBC. This section describes how ODBC components are installed and removed. Поскольку разработчики драйверов всегда устанавливают компонент ODBC (драйвер), им нужно прочитать этот раздел. Because driver developers always install an ODBC component (their driver), they need to read this section. Разработчикам приложений необходимо прочитать этот раздел только в том случае, если они поставляют компоненты ODBC с приложениями. Application developers need to read this section only if they will ship ODBC components with their applications. Компоненты ODBC включают диспетчер драйверов, драйверы, переводчики, библиотеку DLL установщика, библиотеку курсоров и все связанные файлы. ODBC components include the Driver Manager, drivers, translators, the installer DLL, the cursor library, and any related files. В этом разделе приложения ODBC не считаются компонентами ODBC. For the purposes of this section, ODBC applications are not considered to be ODBC components.
Этот раздел относится только к платформам Microsoft Windows. This section is specific to Microsoft Windows platforms. Установка компонентов ODBC на других платформах зависит от платформы. How ODBC components are installed on other platforms is platform-specific.
Компоненты ODBC устанавливаются и удаляются отдельно для каждого компонента, а не для каждого файла. ODBC components are installed and removed on a component-by-component basis, not a file-by-file basis. Например, если транслятор состоит из самого транслятора и нескольких файлов данных, эти файлы устанавливаются и удаляются в виде группы. они не должны устанавливаться и удаляться отдельно для каждого файла. For example, if a translator consists of the translator itself and a number of data files, these files are installed and removed as a group; they must not be installed and removed on a file-by-file basis. Причина этого заключается в том, чтобы убедиться в том, что в системе существует только полный компонент. The reason for this is to make sure that only complete components exist on the system.
В целях установки и удаления компонентов определены следующие компоненты ODBC: For purposes of installing and removing components, the following are defined to be ODBC components:
Основные компоненты. Core components. Диспетчер драйверов, Библиотека курсоров, Библиотека DLL установщика и другие связанные файлы составляют основные компоненты и должны быть установлены и удалены в виде группы. The Driver Manager, cursor library, installer DLL, and any other related files make up the core components and must be installed and removed as a group.
Поставщиков. Drivers. Каждый драйвер является отдельным компонентом. Each driver is a separate component.
Преобразователей. Translators. Каждый переводчик является отдельным компонентом. Each translator is a separate component.
Благодаря поддержке Юникода в ODBC 3,5 и более поздних версиях следует учитывать некоторые факторы, которые следует учесть при использовании компонентов OLE DB с ODBC. With the support of Unicode in ODBC 3.5 and later, some consideration must be given to using OLE DB components with ODBC. Версия 1,1 поставщика OLE DB для ODBC была записана в конкретные спецификации Юникода в ODBC 3,0. The 1.1 version of the OLE DB Provider for ODBC was written to specific Unicode specifications within ODBC 3.0. Поскольку эти спецификации изменились в ODBC 3,5, необходимо иметь поставщик версии 1,5 или более поздней при использовании ODBC 3,5 и более поздних версий. Because these specifications changed in ODBC 3.5, it is necessary to have version 1.5 or later of the provider when using ODBC 3.5 and later. Этот раздел содержит следующие подразделы. This section contains the following topics.
Скачивание драйвера ODBC Driver for SQL Server Download ODBC Driver for SQL Server
Применимо к: Applies to: SQL Server SQL Server (все поддерживаемые версии) SQL Server SQL Server (all supported versions) База данных SQL Azure Azure SQL Database База данных SQL Azure Azure SQL Database Управляемый экземпляр SQL Azure Azure SQL Managed Instance Управляемый экземпляр SQL Azure Azure SQL Managed Instance Azure Synapse Analytics Azure Synapse Analytics Azure Synapse Analytics Azure Synapse Analytics Параллельное хранилище данных Parallel Data Warehouse Параллельное хранилище данных Parallel Data Warehouse Применимо к: Applies to: SQL Server SQL Server (все поддерживаемые версии) SQL Server SQL Server (all supported versions) База данных SQL Azure Azure SQL Database База данных SQL Azure Azure SQL Database Управляемый экземпляр SQL Azure Azure SQL Managed Instance Управляемый экземпляр SQL Azure Azure SQL Managed Instance Azure Synapse Analytics Azure Synapse Analytics Azure Synapse Analytics Azure Synapse Analytics Параллельное хранилище данных Parallel Data Warehouse Параллельное хранилище данных Parallel Data Warehouse
Microsoft ODBC Driver for SQL Server — это отдельная библиотека динамической компоновки (DLL), которая содержит поддержку времени выполнения для приложений, использующих API машинного кода для подключения к SQL Server. Microsoft ODBC Driver for SQL Server is a single dynamic-link library (DLL) containing run-time support for applications using native-code APIs to connect to SQL Server. Используйте Microsoft ODBC Driver 17 for SQL Server для создания новых и расширения существующих приложений, которым необходимо использовать новые возможности SQL Server. Use Microsoft ODBC Driver 17 for SQL Server to create new applications or enhance existing applications that need to take advantage of newer SQL Server features.
Скачать для Windows Download for Windows
Распространяемый установщик Microsoft ODBC Driver for SQL Server версии 17 устанавливает клиентские компоненты, необходимые во время выполнения, чтобы воспользоваться преимуществами функциями нового SQL Server. The redistributable installer for Microsoft ODBC Driver 17 for SQL Server installs the client components, which are required during run time to take advantage of newer SQL Server features. При необходимости он устанавливает файлы заголовков, которые требуются для разработки приложения, использующего API ODBC. It optionally installs the header files needed to develop an application that uses the ODBC API. Начиная с версии 17.4.2, установщик также включает и устанавливает библиотеку проверки подлинности Microsoft Active Directory (ADAL.dll). Starting with version 17.4.2, the installer also includes and installs the Microsoft Active Directory Authentication Library (ADAL.dll).
Версия 17.7.2 является последней общедоступной (GA) версией. Version 17.7.2 is the latest general availability (GA) version. Если у вас установлена предыдущая версия Microsoft ODBC Driver for SQL Server 17, то при установке версии 17.7.2 она обновляется до версии 17.7.2. If you have a previous version of Microsoft ODBC Driver 17 for SQL Server installed, installing 17.7.2 upgrades it to 17.7.2.
Скачать Microsoft ODBC Driver for SQL Server версии 17 (x64) Download Microsoft ODBC Driver 17 for SQL Server (x64)
Скачать Microsoft ODBC Driver for SQL Server версии 17 (x86) Download Microsoft ODBC Driver 17 for SQL Server (x86)
Сведения о версии Version information
- Номер выпуска: 17.7.2.1 Release number: 17.7.2.1
- Дата выпуска: 10 марта 2021 г. Released: March 10, 2021
Если вы открываете локализованную версию этой страницы и хотите просмотреть актуальные материалы, посетите эту страницу на версии сайта на языке US-English. If you are accessing this page from a non-English language version, and want to see the most up-to-date content, please visit the US-English version of the site. С версии сайта US-English вы можете скачать SSMS на других языках из числа доступных. You can download different languages from the US-English version site by selecting available languages.
Доступные языки Available languages
Этот выпуск драйвера Microsoft ODBC Driver for SQL Server доступен для установки на следующих языках: This release of Microsoft ODBC Driver for SQL Server can be installed in the following languages:
Заметки о выпуске для Windows Release notes for Windows
Дополнительные сведения об этом выпуске для Windows см. в заметках о выпуске для Windows. For details about this release on Windows, see the Windows release notes.
Предыдущие выпуски для Windows Previous releases for Windows
Чтобы скачать предыдущие версии для Windows, см. страницу с предыдущими выпусками Microsoft ODBC Driver for SQL Server. To download previous releases for Windows, see previous Microsoft ODBC Driver for SQL Server releases.
Загрузка для Linux и macOS Download for Linux and macOS
Microsoft ODBC Driver for SQL Server можно скачать и установить с помощью диспетчеров пакетов для Linux и macOS, используя соответствующие инструкции по установке. The Microsoft ODBC Driver for SQL Server can be downloaded and installed using package managers for Linux and macOS using the relevant installation instructions:
Установка ODBC для SQL Server (Linux) Install ODBC for SQL Server (Linux)
Установка ODBC для SQL Server (macOS) Install ODBC for SQL Server (macOS)
Если необходимо скачать пакеты для автономной установки, все версии доступны по следующим ссылкам. If you need to download the packages for offline installation, all versions are available via the below links.
Пакеты с именем msodbcsql17-* являются последней версией. Packages named msodbcsql17-* are the latest version. Пакеты с именем msodbcsql-* являются версией 13 драйвера. Packages named msodbcsql-* are version 13 of the driver.
Драйвер Microsoft ODBC для SQL Server в Windows Microsoft ODBC Driver for SQL Server on Windows
Скачать драйвер ODBC Download ODBC Driver
Драйверы Microsoft ODBC Driver for SQL Server SQL Server — это автономные драйверы ODBC, предоставляющие программный интерфейс (API), который реализует стандартные интерфейсы ODBC для Microsoft SQL Server SQL Server . The Microsoft ODBC Drivers for SQL Server SQL Server are stand-alone ODBC drivers which provide an application programming interface (API) implementing the standard ODBC interfaces to Microsoft SQL Server SQL Server .
Microsoft ODBC Driver for SQL Server можно использовать для создания приложений. The Microsoft ODBC Driver for SQL Server can be used to create new applications. Можно также обновить имеющиеся приложения, использующие старый драйвер ODBC. You can also upgrade your older applications which currently use an older ODBC driver. Драйвер ODBC для SQL Server поддерживает подключения к Базе данных SQL Azure, Azure Synapse Analytics и SQL Server SQL Server . The ODBC Driver for SQL Server supports connections to Azure SQL Database, Azure Synapse Analytics, and SQL Server SQL Server .
Сводка Summary
Версия Version | Поддерживаемые возможности Features Supported |
---|---|
Microsoft ODBC Driver for SQL Server версии 17 Microsoft ODBC Driver 17 for SQL Server |
|
Microsoft ODBC Driver for SQL Server версии 13.1 Microsoft ODBC Driver 13.1 for SQL Server |
|
Microsoft ODBC Driver for SQL Server версии 13 Microsoft ODBC Driver 13 for SQL Server |
|
Драйвер Microsoft ODBC 11 для SQL Server Microsoft ODBC Driver 11 for SQL Server |
|
Документация Documentation
Эта документация для Microsoft ODBC Driver для SQL Server SQL Server включает в себя следующее: This documentation for the Microsoft ODBC Driver for SQL Server SQL Server includes:
Системные требования, установка и файлы драйвера System requirements, installation, and driver files
Скачать драйвер ODBC Download ODBC Driver
В этой статье обсуждаются драйверы ODBC, подключающиеся к SQL Server. This article discusses the ODBC drivers that connect to SQL Server.
Совместимость с версиями SQL SQL version compatibility
Совместимость указывает, что драйвер был протестирован на совместимость с существующими выпусками SQL во время выпуска драйвера. Compatibility indicates that a driver was tested for compatibility against existing releases of SQL at the time of the driver’s release. Выпуски SQL Server обычно пытаются поддерживать обратную совместимость с существующими драйверами клиента. SQL Server releases generally try to maintain backwards compatibility with existing client drivers. Но новые функции в выпусках SQL Server могут быть недоступны для более старых версий клиентских драйверов. But new features in SQL Server releases may not be available with older client drivers.
Версия базы данных → Database version → ↓ Версия драйвера ↓ Driver Version | База данных SQL Azure Azure SQL Database | Azure Synapse Analytics Azure Synapse Analytics | Управляемый экземпляр SQL Azure Azure SQL Managed Instance | SQL Server 2019 SQL Server 2019 | SQL Server 2017 SQL Server 2017 | SQL Server 2016 SQL Server 2016 | SQL Server 2014 SQL Server 2014 | SQL Server 2012 SQL Server 2012 | SQL Server 2008 R2 SQL Server 2008 R2 | SQL Server 2008 SQL Server 2008 | SQL Server 2005 SQL Server 2005 |
---|---|---|---|---|---|---|---|---|---|---|---|
17.6 17.6 | Да Yes | Да Yes | Да Yes | Да Yes | Да Yes | Да Yes | Да Yes | Да Yes | |||
17.5 17.5 | Да Yes | Да Yes | Да Yes | Да Yes | Да Yes | Да Yes | Да Yes | Да Yes | |||
17.4 17.4 | Да Yes | Да Yes | Да Yes | Да Yes | Да Yes | Да Yes | Да Yes | Да Yes | |||
17.3 17.3 | Да Yes | Да Yes | Да Yes | Да Yes | Да Yes | Да Yes | Да Yes | Да Yes | Да Yes | Да Yes | |
17.2 17.2 | Да Yes | Да Yes | Да Yes | Да Yes | Да Yes | Да Yes | Да Yes | Да Yes | Да Yes | ||
17.1 17.1 | Да Yes | Да Yes | Да Yes | Да Yes | Да Yes | Да Yes | Да Yes | Да Yes | Да Yes | ||
17,0 17.0 | Да Yes | Да Yes | Да Yes | Да Yes | Да Yes | Да Yes | Да Yes | Да Yes | Да Yes | ||
Версия 13.1 13.1 | Да Yes | Да Yes | Да Yes | Да Yes | Да Yes | Да Yes | |||||
13 13 | Да Yes | Да Yes | Да Yes | Да Yes | Да Yes | ||||||
11 11 | Да Yes | Да Yes | Да Yes | Да Yes | Да Yes |
Сведения о строке подключения Connection string details
Имя драйвера, которое следует указывать в строке подключения, — ODBC Driver 11 for SQL Server или ODBC Driver 13 for SQL Server (как для 13, так и для 13.1) или ODBC Driver 17 for SQL Server . The driver name that you specify in a connection string is ODBC Driver 11 for SQL Server or ODBC Driver 13 for SQL Server (for both 13 and 13.1) or ODBC Driver 17 for SQL Server .
Поддерживаемые операционные системы Supported operating systems
Следующая таблица указывает на поддержку версии драйвера для версий операционной системы Windows: The following matrix indicates driver version support for Windows operating system versions:
Операционная система → Operating system → ↓ Версия драйвера ↓ Driver version | Windows Server 2019 Windows Server 2019 | Windows Server 2016 Windows Server 2016 | Windows Server 2012 R2 Windows Server 2012 R2 | Windows Server 2012 Windows Server 2012 | Windows Server 2008 R2 Windows Server 2008 R2 | Windows 10 Windows 10 | Windows 8.1 Windows 8.1 | Windows 7 Windows 7 | Windows Vista с пакетом обновления 2 (SP2) Windows Vista SP2 |
---|---|---|---|---|---|---|---|---|---|
17.6 17.6 | Да Yes | Да Yes | Да Yes | Да Yes | Да Yes | Да Yes | |||
17.5 17.5 | Да Yes | Да Yes | Да Yes | Да Yes | Да Yes | Да Yes | |||
17.4 17.4 | Да Yes | Да Yes | Да Yes | Да Yes | Да Yes | Да Yes | Да Yes | Да Yes | |
17.3 17.3 | Да Yes | Да Yes | Да Yes | Да Yes | Да Yes | Да Yes | Да Yes | Да Yes | |
17.2 17.2 | Да Yes | Да Yes | Да Yes | Да Yes | Да Yes | Да Yes | Да Yes | ||
17.1 17.1 | Да Yes | Да Yes | Да Yes | Да Yes | Да Yes | Да Yes | Да Yes | ||
17,0 17.0 | Да Yes | Да Yes | Да Yes | Да Yes | Да Yes | Да Yes | Да Yes | ||
Версия 13.1 13.1 | Да Yes | Да Yes | Да Yes | Да Yes | Да Yes | Да Yes | Да Yes | ||
13 13 | Да Yes | Да Yes | Да Yes | Да Yes | |||||
11 11 | Да Yes | Да Yes | Да Yes | Да Yes |
Установка Microsoft ODBC Driver for SQL Server Installing Microsoft ODBC Driver for SQL Server
Драйвер устанавливается при запуске msodbcsql.msi из одной из загрузок для Windows. The driver is installed when you run msodbcsql.msi from one of the Downloads for Windows.
Для тех, кто установил драйвер 17.1.0.1 или ниже, рекомендуется удалить его вручную перед установкой новой версии драйвера. For those who have Driver 17.1.0.1 or below installed, it is recommended that it be uninstalled manually prior to installing the newer version of the Driver.
Параллельно с Native Client Side-by-side with Native Client
Драйвер можно установить параллельно с SQL Server SQL Server Native Client. The driver can be installed side-by-side with SQL Server SQL Server Native Client. Основные версии драйвера (11, 13, 17) могут быть установлены параллельно друг с другом. Major versions of the driver (11, 13, 17) can all be installed side-by-side with each other, as well.
При инициировании msodbcsql.msi по умолчанию устанавливаются только клиентские компоненты. When you invoke msodbcsql.msi , only the client components are installed by default. Этими компонентами служат файлы, поддерживающие работу приложения, разработанного с помощью драйвера. The client components are files that support running an application that was developed using the driver. Чтобы установить компоненты пакета SDK, укажите в командной строке ADDLOCAL=ALL . To install the SDK components, specify ADDLOCAL=ALL on the command line. Ниже приведен пример. Here is an example.
Лицензия пользователя End-user license
Укажите IACCEPTMSODBCSQLLICENSETERMS=YES , чтобы принять условия лицензионного соглашения, если для установки используется параметр /passive , /qn , /qb или /qr . Specify IACCEPTMSODBCSQLLICENSETERMS=YES to accept the terms of the end-user license if you use the /passive , /qn , /qb , or /qr option to install. Этот параметр указывается только прописными буквами. This option must be specified in all uppercase letters. Ниже приведен пример. Here is an example.
Удаление без взаимодействия с пользователем Silent uninstall
В следующем примере показано выполнение удаления без взаимодействия с пользователем. The following example shows how to perform a silent uninstall.
Указание зависимость Indicate dependency
Если приложение использует драйвер, оно должно указывать, что зависит от драйвера, с помощью параметра установки APPGUID . When an application uses the driver, the application should indicate that it depends on the driver through the install option APPGUID . Это позволяет установщику драйвера вывести сведения о зависимых приложениях перед удалением. this indication enables the driver installer to report dependent applications before uninstalling. Чтобы задать зависимость от драйвера, присвойте параметру командной строки APPGUID код продукта при автоматической установке драйвера. To specify a dependency on the driver, set the APPGUID command-line parameter to your product code when silently installing the driver. Код продукта необходимо создать при использовании установщика (Майкрософт) для формирования пакета установки приложения. A product code must be created when using Microsoft Installer to bundle your application setup program. Ниже приведен пример. Here is an example.
Программы командной строки: sqlcmd.exe и bcp.exe Command-line tools: sqlcmd.exe and bcp.exe
Программы командной строки bcp.exe и sqlcmd.exe , которые используются с драйвером, можно загрузить по адресу Microsoft Command Line Utilities 11 для SQL Server, Microsoft Command Line Utilities 13 для SQL Server или Microsoft Command Line Utilities 13.1 для SQL Server. The bcp.exe and sqlcmd.exe tools for use with the driver can be downloaded at Microsoft Command Line Utilities 11 for SQL Server, Microsoft Command Line Utilities 13 for SQL Server, or Microsoft Command Line Utilities 13.1 for SQL Server. Драйвер является необходимым условием для установки sqlcmd.exe и bcp.exe . The driver is a prerequisite to install sqlcmd.exe and bcp.exe .
bcp.exe и sqlcmd.exe устанавливаются во вложенную папку 110\Tools в %PROGRAMFILES%\Microsoft SQL Server\Client SDK\ODBC для версии 11, и 130\Tools для 13 и 13.1. bcp.exe and sqlcmd.exe are installed in the 110\Tools subfolder of %PROGRAMFILES%\Microsoft SQL Server\Client SDK\ODBC for version 11, and 130\Tools for 13 and 13.1.
Приложение, использующее функции BCP, должно указывать драйвер из той же версии, которая поставлялась с файлом заголовка и библиотекой, применявшимися при компиляции приложения. An application that uses BCP functions must specify the driver from the same version which shipped with the header file and library used to compile the application.
Например, при компиляции приложения ODBC с помощью msodbcsql11.lib и msodbcsql.h используйте «DRIVER=
Компоненты Microsoft ODBC Driver for SQL Server SQL Server в Windows Components of the Microsoft ODBC Driver for SQL Server SQL Server on Windows
Драйвер ODBC для Windows состоит из следующих компонентов: The ODBC driver on Windows contains the following components:
Компонент Component | Описание Description |
---|---|
msodbcsql17.dll или msodbcsql17.dll or msodbcsql13.dll или msodbcsql13.dll or msodbcsql11.dll msodbcsql11.dll | Файл библиотеки динамической компоновки (DLL), содержащий все функциональные возможности драйвера. The dynamic-link library (DLL) file that contains all of the driver’s functionality. Этот файл устанавливается в папку %SYSTEMROOT%\System32. This file is installed in %SYSTEMROOT%\System32. |
msodbcdiag17.dll или msodbcdiag17.dll or msodbcdiag13.dll или msodbcdiag13.dll or msodbcdiag11.dll msodbcdiag11.dll | Файл библиотеки динамической компоновки (DLL), содержащий интерфейс диагностики (трассировка). The dynamic-link library (DLL) file that contains the driver’s diagnostics (tracing) interface. Этот файл устанавливается в папку %SYSTEMROOT%\System32. This file is installed in %SYSTEMROOT%\System32. |
msodbcsqlr17.rll или msodbcsqlr17.rll or msodbcsqlr13.rll или msodbcsqlr13.rll or msodbcsqlr11.rll msodbcsqlr11.rll | Сопутствующий файл ресурса для библиотеки драйвера. The accompanying resource file for the driver library. Этот файл устанавливается в папку %SYSTEMROOT%\System32\1033. This file is installed in %SYSTEMROOT%\System32\1033. |
s13ch_msodbcsql.chm или s13ch_msodbcsql.chm or s11ch_msodbcsql.chm s11ch_msodbcsql.chm | Файл справки мастера источников данных, описывающий, как создать источник данных для драйвера. The Data Source Wizard help file that documents how to create a data source for the driver. Этот файл устанавливается в папку %SYSTEMROOT%\System32\1033 This file is installed in %SYSTEMROOT%\System32\1033 ПРИМЕЧАНИЕ. Для драйвера ODBC 17 отсутствует CHM-файл. NOTE: There is no chm file for ODBC Driver 17. |
msodbcsql.h msodbcsql.h | Файл заголовка, содержащий все новые определения, необходимые для использования драйвера. The header file that contains all of the new definitions needed to use the driver. Примечание. В одной программе нельзя сочетать ссылки на msodbcsql.h и odbcss.h. Note: You cannot reference msodbcsql.h and odbcss.h in the same program. Файл msodbcsql.h для ODBC Driver 17 или 13 устанавливается в папку %PROGRAMFILES%\Microsoft SQL Server\Client SDK\ODBC\130\SDK. msodbcsql.h for ODBC Driver 17 or 13 is installed in %PROGRAMFILES%\Microsoft SQL Server\Client SDK\ODBC\130\SDK. |
msodbcsql17.lib или msodbcsql17.lib or msodbcsql13.lib или msodbcsql13.lib or msodbcsql11.lib msodbcsql11.lib | Файл библиотеки, необходимый для вызова функций служебной программы bcp, являющихся частью драйвера. The library file needed to call the bcp utility functions that are part of the driver. Примечание. Если вы включаете в программу ссылку на этот файл библиотеки, убедитесь, что этот файл находится в вашем системном пути, а также в системном пути других пользователей, которые используют это приложение. Note: If you do reference this library file in your program, make sure that it is in your system path and in the system path of those that use the application. |