Kathy LaCorte
Member
Hi,
Is there a way to prevent the following warning message when the .DataSet property is set on the TOracleProvider?
'EnforceConstraints is obsolete. Use OracleDictionary.EnforceConstraints instead'
I have put a TOracleProvider and a TOracleDataSet in a component. In my component's constructor, I am creating a TOracleDataSet and a TOracleProvider and hooking them together via the .DataSet property. Every time the component is dropped on a form, the warning message is displayed. Every time a form is opened at design time, the warning message is displayed. This is quite bothersome as I have several of these components per form.
I have tested this on a normal form and the warning message doesn't occur at run time.
I am using Delphi4.03 and DOA3.3
Thanks
Is there a way to prevent the following warning message when the .DataSet property is set on the TOracleProvider?
'EnforceConstraints is obsolete. Use OracleDictionary.EnforceConstraints instead'
I have put a TOracleProvider and a TOracleDataSet in a component. In my component's constructor, I am creating a TOracleDataSet and a TOracleProvider and hooking them together via the .DataSet property. Every time the component is dropped on a form, the warning message is displayed. Every time a form is opened at design time, the warning message is displayed. This is quite bothersome as I have several of these components per form.
I have tested this on a normal form and the warning message doesn't occur at run time.
I am using Delphi4.03 and DOA3.3
Thanks