I am using a TOracleDataSet to return a result set. This needs to include an empty_blob for the application so:
select ID, EMPTY_BLOB() B from TEST
This yields an ORA-22275 "invalid
LOB locator specified".
How do I achieve this. I have tried OracleSession.NullLOBisEmpty := true.
I need the result set in an OracleDataSet to pass this to another application through a provider.
thanks in advance
select ID, EMPTY_BLOB() B from TEST
This yields an ORA-22275 "invalid
LOB locator specified".
How do I achieve this. I have tried OracleSession.NullLOBisEmpty := true.
I need the result set in an OracleDataSet to pass this to another application through a provider.
thanks in advance