Q qnguyen Member Jun 4, 2001 #1 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.
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.
M mwlang Member² Jun 4, 2001 #1 You have to add RowID to your select clause. Check the on-line help for TOracleDataSet for more information.
You have to add RowID to your select clause. Check the on-line help for TOracleDataSet for more information.