(I use Delphi 6 and Oracle 8.1.7.4.09)
Dataset with a remote Table...
I have a TOracleDataset with the sql-statement
"select a.rowid,a.* from XY", XY is a synonym for a remote table (oracle 9.2.0.4).
When i try to insert data true a Grid or true dbedit fields i get the error-message
"ORA-22816 unsupported feature with RETURNING clause"
When i try to insert data true an insert-statement (insert into xy (..) values (...))
it works...
walter
Dataset with a remote Table...
I have a TOracleDataset with the sql-statement
"select a.rowid,a.* from XY", XY is a synonym for a remote table (oracle 9.2.0.4).
When i try to insert data true a Grid or true dbedit fields i get the error-message
"ORA-22816 unsupported feature with RETURNING clause"
When i try to insert data true an insert-statement (insert into xy (..) values (...))
it works...
walter