On a Windows x32 only the x32 ODBC driver can be installed. The next sections detail the installation steps for the x32 driver.
(Note that target system needs to have the ODBC Driver Manager installed, which is part of the MDAC (Microsoft Data Access Components) available here: http://msdn2.microsoft.com/en-us/data/aa937730.aspx but which should already be installed on a Windows systems.)
Step 1. Prerequisites
To facilitate the installation process it is recommended to setup or verify the following:
- Check that the redistribution pack for the current version of Visual Studio is installed. (Install it if necessary.)
- Create a desktop shortcut for file
c:\Windows\System32\odbcad32.exe
with nameodbcad32_x64
. (This is the ODBC administration utility.)- Create a desktop shortcut for file
c:\Windows\System32\cmd.exe
with namecmd
. (This is an easy launch point for a Windows command line console window.)
If you wish to remove any DSN records from previous installations, you can do this before uninstalling the ODBC driver itself by clicking on the desktop shortcut for
odbcad32_x32
. Then on tabs User DSN and System DSN click Remove for the desired DSN records. However, if you are just reinstalling the driver it is usually not necessary to remove DSN records because the Windows ODBC administration utility actually invokes the McObject setup library to delete or create new DSN records.Step 2. Uninstall the eXtremeDB ODBC x32 driver
This must be performed as a cleanup step before the new installation.
- Using the right button click, select menu item Run as and select user Administrator to open the
cmd
console shortcut with administrator privileges.- Change directory to
odbc\bin
of the eXtremeDB installation.- Run
c:\Windows\System32\regsvr32.exe /u .\McoOdbcSetup.dll
. (An error message may occur if the ODBC driver was not installed previously or was already uninstalled.)- In Windows Explorer, open directory
c:\Windows\System32
and delete the following files if they appear there:McoOdbc.dll McoOdbcSetup64.dll McoSetupDlg.dll
- Run the desktop shortcut
odbcad32
; go to tab Drivers. Check that the eXtremeDB ODBC x32 driver is not in the list.Step 3. Install the x32 ODBC driver
To install the new x32 ODBC driver:
- Using the right button click, select menu item Run as and select user Administrator to open the
cmd
console shortcut with administrator privileges.- Change directory to
odbc\bin
of the eXtremeDB installation.- Run
c:\Windows\System32\regsvr32.exe .\McoOdbcSetup.dll
.- Open file
McoOdbcSetup.log
and check that there are no error messages.- In Windows Explorer, open directory
c:\Windows\SysWOW64
and check that the following files exist:McoOdbc.dll McoOdbcSetup.dll McoSetupDlg.dll
- Run the desktop shortcut
odbcad32
; go to tab Drivers. Check that the eXtremeDB ODBC x32 driver is in the list. On tabs User DSN and System DSN check that the data sourcexsql_dsn
is created by default.Step 4. Create the new data source
(The eXtremeDB ODBC x32 driver is already present in the list on tab Drivers of utility
odbcad32
.)Run the desktop shortcut
odbcad32
; go to tab User DSN. Use button Add; double-click on the eXtremeDB ODBC driver. This will bring up the McObject ODBC Setup dialog. Here you can set up ODBC access for a local or a remote database (see ODBC DSN configuration for instructions). In the same way, create a new data source on the tab System DSN.