Document Type | Technical Information
Category | Utility
Applicable Product Version | Tibero 7
Document Number | TUTTI008
Overview
The ODBC driver is a software component that provides a standard interface for accessing various database systems. It can be easily installed and removed using command-line instructions, and the installation tool offers various options.
This article explains how to use the installation and removal commands, as well as additional available options.
Method
ODBC Driver Installation
You can install the ODBC driver using the following commands.
- Driver for 32-bit
tbodbc_driver_installer_6_32.exe -i <driver_path>
- Driver for 64-bit
tbodbc_driver_installer_6_64.exe -i <driver_path>
If the installation is successful, the message below will be displayed.
TiberoODBC Driver is being installed to [driver_path] [caution!!] If you changed the driver path, you should remove all Tibero DSNs and add them again. Success to INSTALL Tibero 7 ODBC Driver
ODBC Driver Removal
Similar to installation, -i option can be changed to -r to remove the driver.
- Driver for 32-bit
tbodbc_driver_installer_6_32.exe -r <driver_path>
- Driver for 64-bit
tbodbc_driver_installer_6_64.exe -r <driver_path>
If the installation is successful, the message below will be displayed.
Success to REMOVE Tibero 7 ODBC Driver
NoteIn addition to installation and removal, the ODBC driver installer supports the following options.C:\Users\Tmax\Desktopp\odbc\win64\bin>tbodbc_driver_installer_6_64.exe -hUsage: tbodbc_driver_installer_6_64.exe [-i | -r | -v | -h] [driver path]
-i [driver path] : install the ODBC driver in [driver path]
-r : remove
-c [driver path] : check the driver file in [driver path]
-h : help
-v : versionIf the driver path is omitted, the default path %TB_HOME%\bin is used.If the driver is not removed properly, first reinstall it using the -i option.