Add new record using TOracleDataset

qnguyen

Member
I am using TOracleDataset with ReadOnly property set to False. However, when the Insert method is executed, I got this error message:

Cannot modify a read-only dataset.
 
You have to add RowID to your select clause. Check the on-line help for TOracleDataSet for more information.
 
Back
Top