Hello Everyone,
I am attempting to retrieve CLOB data from an Oracle database via a subroutine in excel.
I am using the Microsoft ODBC for Oracle driver to make the connection to the database.
When I attempt to return the CLOB (which is all text) I receive the following error:
"Run-time error '-2147467259(800004005)':
Automation error
Unspecified error"
How can I go about returning CLOB data from Oracle via my excel subroutine? I have a few different CLOB data fields to return to excel.
Thanks in advance!