I am using Delphi 7.1 and DOA 3.4.6.4 (I will soon have DOA 4.0.5?)
I am creating a delphi package which includes a datamodule. The datamodule contains tOracleDataSets. At this point I am just creating the datamodule. None of the datasets are open and there is no OnCreate method. They are just sitting on the DataModule. I get an AV when creating the datamodule.
If I remove the tOracleDataSets and put a tOracleQuery in its' place, I do not get an AV.
I am creating a delphi package which includes a datamodule. The datamodule contains tOracleDataSets. At this point I am just creating the datamodule. None of the datasets are open and there is no OnCreate method. They are just sitting on the DataModule. I get an AV when creating the datamodule.
If I remove the tOracleDataSets and put a tOracleQuery in its' place, I do not get an AV.