Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 10.0.1 » SQL Anywhere Server - Programming » Deploying Databases and Applications » Deploying database servers

Deploying database servers Next Page

Registering DLLs on Windows


When deploying SQL Anywhere, there are DLL files that must be registered for SQL Anywhere to function properly. There are many ways you can register these DLLs, including in an install script or using the regsvr32 utility on Windows or the regsvrce utility on Windows CE. You could also include a command, like the one in the following procedure, in a batch file.

To register a DLL
  1. Open a command prompt.

  2. Change to the directory where the DLL provider is installed.

  3. Enter the following command to register the provider (in this example, the OLE DB provider is registered):

    regsvr32 dboledb10.dll

The following table lists the DLLs that must be registered when deploying SQL Anywhere:

FileDescription
dbctrs10.dll The SQL Anywhere Performance Monitor counters.
dbmlsynccom.dll The Dbmlsync Integration Component (non-visual component).
dbmlsynccomg.dll The Dbmlsync Integration Component (visual component).
dbodbc10.dll The SQL Anywhere ODBC driver.
dboledb10.dll The SQL Anywhere OLE DB provider.
dboledba10.dll The SQL Anywhere OLE DB provider assist.
Windows\system32\msxml4.dll The Microsoft XML Parser.