[All]
DBX error: Driver Could Not initialized by property
Resumo: This error means the client for database you are trying to connect to cannot be found, or the wrong version was found.
Q I'm getting the following error when trying to connect to my Database. What is the cause?
DBX error: Driver Could Not initialized by property.
Client library May be missing, of the wrong version,
May be missing from the driver or the system path
A. There are 3 possible causes for this error:
- The wrong version of the client for the database you are trying to connect to is being found on your computer. This is the most common cause of this error. For a list of supported clients see the readme.html file included with Rad Studio.
- The client for the database you are trying to connect to is not in your path.
- The client for the database you are trying to connect to is not installed.
If you are still confused after reading all the above solutions, we recommend using Process Monitor to determine where files are being looked for on your computer. You can download Process Monitor from technet.microsoft.com/en-us/sysinternals/bb896645