I'm using DOA 4.0.5.0 for Delphi 7.
I have a NCLOB column in a table e.g. Table1 and I'm unable to browse this table using TOracleDataset in my TestApp. This is the select sql that I'm using in my TOracleDataSet component to browse the data:
SELECT T.* FROM TABLE1 T
Opening the dataset raises "ORA-24806: LOB form mismatch" error. Could you please help me resolving this error?
I have a NCLOB column in a table e.g. Table1 and I'm unable to browse this table using TOracleDataset in my TestApp. This is the select sql that I'm using in my TOracleDataSet component to browse the data:
SELECT T.* FROM TABLE1 T
Opening the dataset raises "ORA-24806: LOB form mismatch" error. Could you please help me resolving this error?
Last edited: