When the SAOLEDB provider is installed using the SQL Anywhere installer, the provider registers itself. This registration process includes making registry entries in the COM section of the registry, so that ADO can locate the DLL when the SAOLEDB provider is called. If you change the location of your DLL, you must re-register it.
Open a command prompt.
Change to the directory where the OLE DB provider is installed.
Enter the following commands to register the provider:
regsvr32 dboledb12.dll regsvr32 dboledba12.dll |
Discuss this page in DocCommentXchange.
|
Copyright © 2012, iAnywhere Solutions, Inc. - SQL Anywhere 12.0.1 |