AV when using tOracleDataSet in a Delphi Package

LRGood

Member
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 don't have a clue why this would happen. If the datasets are not opened, and there are no OnCreate events, then nothing really happens other than that the component instances are created. If you can create a little dummy project to reproduce the error, feel free to send it to me so that I can verify where the error occurs.
 
Back
Top