I have a Delphi 2007 application using ADO to connect to an Oracle database. I found an application to support Blob field types. I need to use the OraOLEDB provider to connect. Connection string:
Provider=OraOLEDB.Oracle;Password=pwd;User ID=username;Data Source=127.0.0.1;Persist Security Info=False
I found that using MSDAORA.1 as a provider, while it works with all other database connections, does not work with the Blob field.
My question is: what do I need to install to install / support OraOLEDB? Is there a particular dll that should be located?
I found that a typical Oracle client installation does not support OraOLEDB. These are errors when trying to connect to the database because OraOLEDB is not installed.
source
share