Oracle 5.0 Reference Manual page 1765

Table of Contents

Advertisement

Although Oracle recommends installing these files in the standard location, you can also copy the files
by hand to an alternative location - for example, to run or test different versions of the Connector/ODBC
driver on the same machine. To copy the files to a location of your choice, use the following steps:
1. Unzip the Connector/ODBC zipped DLL package.
2. Open a command prompt.
3. Change to the directory created when you unzipped the Connector/ODBC zipped DLL package.
4. Copy the library files to a suitable directory. The default location is the default Windows system
directory \Windows\System32:
C:\>
copy lib\myodbc5S.dll \Windows\System32
C:\>
copy lib\myodbc5S.lib \Windows\System32
If installing the Unicode-enabled driver:
C:\>
copy lib\myodbc5w.dll \Windows\System32
C:\>
copy lib\myodbc5w.lib \Windows\System32
If installing the ANSI driver:
C:\>
copy lib\myodbc5a.dll \Windows\System32
C:\>
copy lib\myodbc5a.lib \Windows\System32
5. Copy the Connector/ODBC tools. These must be placed in a directory that is in the system %PATH%.
The default is to install these into the Windows system directory \Windows\System32:
C:\>
copy bin\myodbc3i.exe \Windows\System32
C:\>
copy bin\myodbc3m.exe \Windows\System32
C:\>
copy bin\myodbc3c.exe \Windows\System32
6. Optionally, copy the help files. For these files to be accessible through the help system, they must
be installed in the Windows system directory:
C:\>
copy doc\*.hlp \Windows\System32
7. Finally, register the Connector/ODBC driver with the ODBC manager:
For Unicode-enabled driver:
C:\>
myodbc3i -a -d -t"MySQL ODBC 5.2 Driver;\
DRIVER=myodbc5w.dll;SETUP=myodbc5S.dll"
For ANSI driver:
C:\>
myodbc3i -a -d -t"MySQL ODBC 5.2 Driver;\
DRIVER=myodbc5a.dll;SETUP=myodbc5S.dll"
If you installed these files into a non-default location, change the references to the DLL files and
command location in the above statement
20.1.3.2. Installing Connector/ODBC on Unix
There are two methods available for installing Connector/ODBC on Unix from a binary distribution. For
most Unix environments, you will use the tarball distribution. For Linux systems, there is also an RPM
distribution available.
20.1.3.2.1. Installing Connector/ODBC from a Binary Tarball Distribution
To install the driver from a tarball distribution
driver for your operating system and follow these steps that demonstrate the process using the Linux
version of the tarball, substituting the appropriate file and directory names based on the package you
download:
Connector/ODBC Installation
Note
To install Connector/ODBC 5.x on Unix requires unixODBC 2.2.12 or later to be
installed.
(.tar.gz
file), download the latest version of the
1745

Advertisement

Table of Contents
loading

This manual is also suitable for:

Mysql 5.0

Table of Contents