Chrisdaems
Member
Hello,
I am getting an Access Violation everytime when i try to check the state of a TOracleDataset.
The access violation appears when i try to execute following code:
If not ((MyOracleDataset.datasource.dataset) in [dsedit]) then
MyOracledataset.edit;
When I don't check the state then it works fine
What am i doing wrong
Thanks Chris
I am getting an Access Violation everytime when i try to check the state of a TOracleDataset.
The access violation appears when i try to execute following code:
If not ((MyOracleDataset.datasource.dataset) in [dsedit]) then
MyOracledataset.edit;
When I don't check the state then it works fine
What am i doing wrong
Thanks Chris