CanModify (TOracleDataset) False - Why?

Robertio

Member²
Any ideas why the canmodify property (the one you can't change)of a TOracleDataset is set to false when the readonly property is false and the sql does contain rowid?

The same piece of code is called elsewhere in the project and it works fine using the same code and query, and I can't even think of anything to check that could be causing this.

Cheers
 
The dataset:
  • Must be Active
  • Must include a rowid
  • Must have ReadOnly = False
  • Must not have an Master that is Empty, Inactive, or in QBEMode
In all other cases CanModify should be True.

------------------
Marco Kalter
Allround Automations
 
Back
Top