Posted On September 8, 2021

ODBC Driver 32-bit & 64-bit

kimconnect 0 comments
blog.KimConnect.com >> Database >> ODBC Driver 32-bit & 64-bit
The 32-bit version:

Run: odbcad32.exe > check the list of installed 32-bit drivers as illustrated below (sample only)

The 64-bit version:

Run: odbcad64.exe > click on Add > select an appropriate DB driver (example below)

click Finish > Input additional connection info > OK > close the ODBC Data Source Administrator when done

 

Leave a Reply

Your email address will not be published. Required fields are marked *

Related Post

Install phpMyAdmin in Centos 5.3

# Prerequisite: must install RPMForge Repo prior   yum install httpd php php-mysql php-gd php-mbstring…

PowerShell: Automatically Fix SQL Server by Killing Long Running Queries

# autofixSqlLongRunningQueries.ps1 # version 0.01 # This version is limited to SQL Server Localhost execution,…

MySQL: update with Join Tables

Let's say for example you have a product table which stores information about products and…