драйвер odbc microsoft access для windows 10 64 bit

Download ODBC Driver for 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. 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.

Download for Windows

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. It optionally installs the header files needed to develop an application that uses the ODBC API. Starting with version 17.4.2, the installer also includes and installs the Microsoft Active Directory Authentication Library (ADAL.dll).

Version 17.8.1 is the latest general availability (GA) version. If you have a previous version of Microsoft ODBC Driver 17 for SQL Server installed, installing 17.8.1 upgrades it to 17.8.1.

Version information

If you are accessing this page from a non-English language version, and want to see the most up-to-date content, please select Read in English at the top of this page. You can download different languages from the US-English version site by selecting available languages.

Available languages

This release of Microsoft ODBC Driver for SQL Server can be installed in the following languages:

Release notes for Windows

For details about this release on Windows, see the Windows release notes.

Previous releases for Windows

Download for Linux and 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:
Install ODBC for SQL Server (Linux)
Install ODBC for SQL Server (macOS)

If you need to download the packages for offline installation, all versions are available via the below links.

Packages named msodbcsql17-* are the latest version. Packages named msodbcsql-* are version 13 of the driver.

Источник

Скачивание драйвера ODBC Driver for SQL Server

Microsoft ODBC Driver for SQL Server — это отдельная библиотека динамической компоновки (DLL), которая содержит поддержку времени выполнения для приложений, использующих API машинного кода для подключения к SQL Server. Используйте Microsoft ODBC Driver 17 for SQL Server для создания новых и расширения существующих приложений, которым необходимо использовать новые возможности SQL Server.

Скачать для Windows

Распространяемый установщик Microsoft ODBC Driver for SQL Server версии 17 устанавливает клиентские компоненты, необходимые во время выполнения, чтобы воспользоваться преимуществами функциями нового SQL Server. При необходимости он устанавливает файлы заголовков, которые требуются для разработки приложения, использующего API ODBC. Начиная с версии 17.4.2, установщик также включает и устанавливает библиотеку проверки подлинности Microsoft Active Directory (ADAL.dll).

Версия 17.8.1 является последней общедоступной (GA) версией. Если у вас установлена предыдущая версия Microsoft ODBC Driver for SQL Server 17, то при установке версии 17.8.1 она обновляется до версии 17.8.1.

Сведения о версии

Если вы открываете локализованную версию этой страницы и хотите просмотреть наиболее актуальное содержимое, выберите элемент Прочитать на английском в верхней части этой страницы. С версии сайта US-English вы можете скачать SSMS на других языках из числа доступных.

Доступные языки

Этот выпуск драйвера Microsoft ODBC Driver for SQL Server доступен для установки на следующих языках:

Заметки о выпуске для Windows

Дополнительные сведения об этом выпуске для Windows см. в заметках о выпуске для Windows.

Предыдущие выпуски для Windows

Чтобы скачать предыдущие версии для Windows, см. страницу с предыдущими выпусками Microsoft ODBC Driver for SQL Server.

Загрузка для Linux и macOS

Microsoft ODBC Driver for SQL Server можно скачать и установить с помощью диспетчеров пакетов для Linux и macOS, используя соответствующие инструкции по установке.
Установка ODBC для SQL Server (Linux)
Установка ODBC для SQL Server (macOS)

Если необходимо скачать пакеты для автономной установки, все версии доступны по следующим ссылкам.

Пакеты с именем msodbcsql17-* являются последней версией. Пакеты с именем msodbcsql-* являются версией 13 драйвера.

Источник

Installing and Configuring an ODBC Driver in Windows 10 (32 / 64-bit)

This tutorial explores how to install 32-bit and 64-bit ODBC drivers in Windows 10 and create a DSN for an ODBC data source.

What is ODBC Driver and Data Source?

Open Database Connectivity (ODBC) is a standard application programming interface that allows external applications to access data from diverse database management systems. The ODBC interface provides for maximum interoperability – an application that is independent of any DBMS, can access data in various databases through a tool called an ODBC driver, which serves as an interface between an external program and an ODBC data source, i.e. a specific DBMS or cloud service.

The ODBC driver connection string is a parameterized string that consists of one or more name-value pairs separated by semi-colons. Parameters may include information about the data source name, server address and port, username and password, security protocols, SQL dialects, and many more. The required information is different depending on the specific driver and database. Here’s an example of ODBC connection string:

Devart ODBC Drivers are powerful connectors for a host of database management systems and cloud services that allow you to connect to your data from virtually any third-party application or programming language that supports the ODBC API. By a third-party application, we mean tools like Power BI, Tableau, Microsoft Excel, etc. See this page for the list of external applications that have been tested for compatibility with our drivers.

Installing ODBC Driver for Windows 10

1. Run the downloaded installer file. If you already have another version of the driver installed in the system, you will get a warning — click Yes to overwrite the old files, though it’s recommended to first uninstall the old version. If this is the first time you install Devart ODBC driver, just click Next.

windows odbc driver driver setup

2. Read and accept the license agreement, then click Next.

windows odbc driver license agreement

3. Select the installation directory for the ODBC driver and click Next.

windows odbc driver installation folder

4. In the Select Components tab, select which version of the driver to install (64-bit / 32-bit), and whether to include the help files.

windows odbc driver select version

5. Confirm or change the Start Menu Folder and click Next.

6. Input your activation key or choose Trial if you want to evaluate the product before getting a license. You can load the activation key by clicking on the Load Activation Key… button and selecting the license file from your machine. Click Next and then Install.

windows odbc driver input license key

7. After the installation is completed, click Finish.

windows odbc driver finish installation

Configuring a DSN for ODBC Driver in Windows 10 (64-bit)

Before connecting a third-party application to a database or cloud source through ODBC, you need to set up a data source name (DSN) for the ODBC driver in the Data Source Administrator. A 64-bit version of the Microsoft Windows operating system includes both the 64-bit and 32-bit versions of the Open Database Connectivity (ODBC) Data Source Administrator tool (odbcad32.exe):

1. In your Windows Search bar, type ODBC Data Sources. The ODBC Data Sources (64 bit) and ODBC Data Sources (32 bit) apps should appear in the search results.

Alternatively, you can open the Run dialog box by pressing Windows+R, type odbcad32 and click OK.

windows odbc data source run program

Yet another way to open the ODBC Data Source Administrator is via the command prompt: enter cmd in the search bar and click the resulting Command Prompt button. Enter the command odbcad32 and hit Enter.

windows odbc data source cmd

2. Since most modern computer architectures are 64-bit, we’ll select the 64-bit version of the ODBC Data Source Administrator to create a DSN for our ODBC driver. The odbcad32.exe file displays two types of data source names: System DSNs and User DSNs. A User DSN is only accessible to the user who created it in the system. A System DSN is accessible to any user who is logged in into the system. If you don’t want other users on the workstation to access your data source using the DSN, choose a User DSN.

windows odbc data source administrator

3. In the administrator utility, click on the Add button. The Create New Data Source dialog box will display the list of installed ODBC drivers in the system. Choose the needed driver from the list. The choice of the driver is determined by the data source you are trying to connect to — for example, to access a PostgreSQL database, choose Devart OBDC Driver for PostgreSQL. Click Finish.

windows create new odbc data source

4. Enter a name for your data source in the corresponding field. Fill in the parameters for the ODBC connection string, which is driver-specific. In most of our ODBC drivers for databases, a connection string with basic parameters requires the user to only input their server address, port number, and login credentials, since Devart ODBC drivers allow direct access to the database without involving additional client libraries.

windows configuring odbc driver 64 bit

5. Click Test Connection to verify connectivity. If you see the Connection Successful message, click OK to save the DSN. You should now see your new DSN in the User DSN tab of the ODBC Data Source Administrator tool.

windows dsn odbc driver 64 bit

Configuring a DSN for ODBC Driver in Windows 10 (32-bit)

The steps for configuring an ODBC DSN for a 32-bit driver are practically the same as for the 64-bit driver, except for the step where you select the 32-bit version of the ODBC Data Source Administrator. Running the odbcad32 command in the Command Prompt or in the Run dialog box will start the 64-bit version of the ODBC administrator on the 64-bit Windows by default, therefore your best option is to select the 32-bit version of the administrator in the search results of the Windows search box.

Note though that if you have both versions (32-bit and 64-bit) of the driver installed and you have configured a User DSN (in contrast to a System DSN), you will be able to use the same DSN for 32-bit and 64-bit applications (see the Platform column in the screenshot below).

windows odbc driver dsn 32 bit

In a situation where you need to use an application that is available only in 32-bit, the 32-bit ODBC driver does the trick. An example is Apache OpenOffice, which is distributed as a 32-bit application.

windows odbc connection to 32bit application

Step-by-step ODBC Data Source Setup in Windows 10

If you would like to test our ODBC connectors, visit the ODBC drivers page.

Источник

Невозможно использовать интерфейсы Access ODBC, OLEDB или DAO за пределами Office приложений click-to-Run

Office 365 ProPlus переименован в Майкрософт 365 корпоративные приложения. Для получения дополнительной информации об этом изменении прочитайте этот блог.

Симптомы

При попытке создания DSN ODBC для драйверов, предоставляемых Microsoft Access в администраторе ODBC источников данных, попытка сбой. Эта проблема возникает, если вы используете установку Office. В зависимости от версии Office вы можете столкнуться с любыми из следующих проблем при попытке этой операции:

Драйверы ODBC, предоставляемые ACEODBC.DLL, не указаны в диалоговом окне Выберите драйвер.

Вы получаете сообщение об ошибке «Операционная система в настоящее время не настроена для запуска этого приложения».

Вы получаете сообщение об ошибке «Не удается загрузить odbcji32.dll».

Вы получаете «Драйвер этого пользователя DSN не существует. Оно может быть удалено только» сообщение об ошибке вместе с платформой с отображением N/A.

error with odbc

Кроме того, если вы пытаетесь определить подключение OLEDB из внешнего приложения (которое работает вне Office) с помощью Microsoft.ACE.OLEDB.12.0 или Microsoft.ACE.OLEDB.16.0 OLEDB-поставщика, при попытке подключения к поставщику вы столкнулись с ошибкой «Поставщик не может быть найден».

Причина

В локальной операционной системе Office в изолированной виртуальной среде. Некоторые приложения за Office могут не знать, где искать установку в изолированной среде.

Решение

Начиная с Приложения Microsoft 365 для Enterprise версии 2009 года завершена работа по выходу ACE из пузыря виртуализации C2R, чтобы приложения за пределами Office могли находить интерфейсы ODBC, OLEDB и DAO, предоставляемые access ядро СУБД в установке C2R.

Используйте следующую таблицу, чтобы понять, необходимы ли дополнительные компоненты для доступа к этим intefaces в среде:

Текущая Office установка Дополнительные компоненты, необходимые Рекомендуемая дополнительная установка
Приложения Microsoft 365 для Enterprise 2016/2019 Office версии 2009 или более поздней версии Нет
Приложения Microsoft 365 для Enterprise, Office 2016/2019 потребительских до версии 2009 Да Microsoft Access 2013 Время запуска
Office 2016/2019 Pro Плюс C2R (лицензия на объем) Да Microsoft Access 2013 Время запуска
Office 2010/2013/2016 MSI Нет
Нет Office установки Да Microsoft 365 Время запуска доступа

Дополнительные сведения для создания подключений ODBC

Все экземпляры Office не могут создавать имена данных Machine/System из приложения Office или администратора ODBC источников данных.

Источник

Драйвер odbc microsoft access для windows 10 64 bit

HeaderFooterSprite

HeaderFooterSprite

trans

Answered by:

trans

Question

trans

trans

Answers

trans

trans

All replies

trans

trans

trans

trans

trans

trans

trans

trans

I saw this while trying to resolve a similar problem. Let us know if this helped, or if you have resolved this somehow..

trans

trans

Run it through SQL Server Express (which is 32-bit)

Not straight-forward but a lasting solution, hope this helps, Gorm

trans

trans

To continue the theme. Heeeelpppp.

I cannot compile to x86

I cannot use SQLXpress

Any ideas at all would be greatly appreciated

trans

trans

You can find the option in Visual Studio 2005 under:

trans

trans

Thanks. After reading the link, it all made sense to me. I know it has been 3 years since your post but thank you.

(Local Hard Drive):\WINDOWS\SysWOW64\odbcad32.exe (Local Drive is in parenthesis due to my running a RAID 5 config and my local drive is not «C:\»)

I created a shortcut on the desktop and then pasted it inot my Administrative Tools with the 64-bit version of ODBC and this fixed the issue.

trans

trans

Could I please get a little more help with this I don’t have Visual Studio 2005. You say that you fixed the problem could you elaborate on the process. I have gone here (\WINDOWS\SysWOW64\odbcad32.exe) and went though the steps but I still don’t link to the database.

trans

trans

Hello together!
Sorry but my english ist not very well.

I have a simmilar problem and I hope you can help me.

The installation programm run without problems to the point where the programm will start the SQL-Server.
The SQL-Server runs for a few seconds and then I got the following error code:

(free translation from me)

TITEL: Microsoft SQL Server 2005 Setup

From the SQL Server-Setup can’t create a connection to the the database service for the server configuration.
Error: [Microsoft][ODBC Driver Manager] The Database name wasn’t found, and it was no standart driver named.
Furhter information you can find unt er the protocolls.
__________________________

Thanks and sorry for my bad language knowledges.
Alex

Источник

Поделиться с друзьями
Windorez.ru - главный по компьютерам