Contents Index Deploying client applications Deploying ODBC clients

ASA Programming Guide
  Deploying Databases and Applications
    Deploying client applications

Deploying OLE DB and ADO clients


The simplest way to deploy OLE DB client libraries is to use the InstallShield objects or templates. For information, see Using InstallShield objects and templates for deployment. If you wish to create your own installation, this section describes the files to deploy to the end users.

Each OLE DB client machine must have the following:

Description Windows Windows CE
OLE DB driver file dboledb9.dll dboledb9.dll
OLE DB driver file dboledba9.dll dboledba9.dll
Language-resource library dblgen9.dll dblgen9.dll
Connect dialog dbcon9.dll N/A

OLE DB providers require many registry entries. You can make these by self-registering the DLLs using the regsvr32 utility on Windows or the regsvrce utility on Windows CE.

For more information, see Creating databases for Windows CE, and Linking ODBC applications on Windows CE.


Contents Index Deploying client applications Deploying ODBC clients