

- Odbc excel autotranslate how to#
- Odbc excel autotranslate install#
- Odbc excel autotranslate drivers#
With the query finished, you can make changes by clicking the table and clicking the Query tab to refresh or change query properties such as automatic refresh. For more information on transforming data, please see the video tutorial at the top of this page. That will open the query editor allowing you to make changes that will be repeated each time the query refreshes. If you need to modify the data, you can do so by clicking Transform Data. Select the table you want to import and click Load to load it in directly. A list of tables will be loaded that you can choose to import into Excel. You already configured the credentials when setting up the data source in Step 2.įinally, click Connect to connect to the server. If asked for credentials, choose Default or Custom. Select the data source that you configured in the ODBC Data Source Administrator from the dropdown. Click Get Data and choose From Other Sources > From ODBC. Click OK to finalize the data source configuration and close the ODBC Data Source Administrator. You may select a database at this stage if you wish, but you will have the opportunity to select it in Excel later if you leave the database field blank for the time being. Next, fill out the details for your server and test the connection. Either the Unicode or ANSI driver should work, but if you require Unicode support ensure you use the Unicode variant. Then, select the MySQL driver and click Finish to move the next step of adding the MySQL server details. To add as a User DSN, go to the User DSN tab and click Add… You can add the new data source as either a System DSN or User DSN, with the former meaning it will be accessible to all users on the system and the latter being accessible only to the current user. ODBC Data Source Administrator showing driver installation.
Odbc excel autotranslate drivers#
You should now see the driver listed under the Drivers tab. If you are given the option of opening the 32-bit or 64-bit window, open the one that matches the driver you installed and your Excel install. Open the ODBC Data Sources Administrator by searching for it in the start menu. With MySQL Connector/ODBC installed, you need to configure the data source in Windows so we can use it in Excel.
Odbc excel autotranslate install#
About Excel showing 32-bit install Step 2: Setup the MySQL Server as an ODBC Data Source You can check your Excel install by going to File > Account and clicking About Excel. In my case, I have a 64-bit system but 32-bit Excel so I actually needed the 32-bit driver. It is important to match the architecture of the driver with the architecture of your Excel install. This is the ODBC driver that will allow you to add a MySQL server as a data source.

Step 1: Install MySQL Connector/ODBCįirstly, you must install the MySQL Connector/ODBC software. This tutorial should work on Microsoft Excel 2016 or greater with Microsoft Windows. If you are looking to do the reverse and import an Excel table into any SQL database (including MySQL), try my other tutorial here.
Odbc excel autotranslate how to#
In this article, you will learn how to import a MySQL Table from the database into an Excel table using an ODBC Database Query.
