The simplest way to deploy OLE DB client libraries is to use the Deployment Wizard. For more information, see Using the Deployment Wizard.
If you want to create your own installation, this section describes the files to deploy to the end users.
Each OLE DB client computer must have the following:
A working OLE DB installation OLE DB files and instructions for their redistribution are available from Microsoft Corporation. They are not described in detail here.
The SQL Anywhere OLE DB provider The following table shows the files needed for a working SQL Anywhere OLE DB provider. These files should be placed in a single directory. The SQL Anywhere installation places them all in the operating-system subdirectory of your SQL Anywhere installation directory (for example, bin32 or bin64). For Windows, there are two provider DLLs. The second DLL (dboledba11) is an assist DLL used to provide schema support.
Description | Windows |
---|---|
OLE DB driver file | dboledb11.dll |
OLE DB driver file | dboledba11.dll |
Language-resource library | dblg[xx]11.dll |
Connect window | dbcon11.dll |
Elevated operations agent | dbelevate11.exe (Vista only) |
The table above shows a file with the designation [xx]. There are several message files each supporting a different language. If you want to install support for different languages, you have to add the resource files for these languages.
OLE DB providers require many registry entries. You can make these by self-registering the dboledb11.dll and dboledba11.dll DLLs using the regsvr32 utility.
Note that for Windows Vista or later versions of Windows, you must include the SQL Anywhere elevated operations agent which supports the privilege elevation required when DLLs are registered or unregistered. This file is only required as part of the OLE DB provider install or uninstall procedure.
For Windows clients, it is recommended that you use Microsoft MDAC 2.7 or later.
Customizing the OLE DB provider
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |