I apologize in advance. I am a new user to Delphi and to the DOA component. My questions are simple though...
1. I have defined my dataset with a TOracleDataSet Query and attached the req'd datasource. I see my records in a ttable. I cannot edit anything in my ttable though. I have checked every Read Only option and they are all false. I don't know where to go.
2. It is related to #1. When I make a call to the datasource: dmMain.dsRunner.DataSet.Delete;
where dmMain is my data module and dsRunner is my data source, I get the following error:
'A lock, refresh, or check cannot be performed without a rowID. Provide a rowid in the query or handle this action in the OnApply record event.'
I don't know what that means.
Thanks in advance.
Dave
1. I have defined my dataset with a TOracleDataSet Query and attached the req'd datasource. I see my records in a ttable. I cannot edit anything in my ttable though. I have checked every Read Only option and they are all false. I don't know where to go.
2. It is related to #1. When I make a call to the datasource: dmMain.dsRunner.DataSet.Delete;
where dmMain is my data module and dsRunner is my data source, I get the following error:
'A lock, refresh, or check cannot be performed without a rowID. Provide a rowid in the query or handle this action in the OnApply record event.'
I don't know what that means.
Thanks in advance.
Dave