Hello
In the VCL, a lot of components (like TMemo) inherits from a TCustom class (like TCustomMemo).
Why : because, the properties are not published in TCustomMemo and they are published in TMemo.
I think it could be a good idea to do the same, in TOracleDataset. A TCustomOracleDataset allow you to not publih some properties.
Jean-Pierre
In the VCL, a lot of components (like TMemo) inherits from a TCustom class (like TCustomMemo).
Why : because, the properties are not published in TCustomMemo and they are published in TMemo.
I think it could be a good idea to do the same, in TOracleDataset. A TCustomOracleDataset allow you to not publih some properties.
Jean-Pierre