3Tiers field ProviderFlags

Hi,
I set some Provider flags in a ClientDataSet like pfInUpDate= False but when the TOracleDataSet create the query for UpDate include the field.
For a correctly work i must fetch all fields in the TOracleDataSet and then set the Provider flags directly in the TOracleDataSet.
This is normaly or there is another problen in the comunication between ClientDataSet, Provider and the OracleDataSet ?

Fabio.
 
Originally posted by fabiomaulo:
This is normaly or there is another problen in the comunication between ClientDataSet, Provider and the OracleDataSet ?

Fabio.

This is the way midas works. The provider flags must be set in the TDataset component connected to the provider and not in the client dataset. This is not an DOA issue (IMHO)

Regards

Sergio Sette
 
Back
Top