Clientdataset and DefaultValues

nicofari

Member²
Hello

Does anyone use TClientDataset connected (via a TDatasetProvider) to an TOracleDataset with DefaultValues = True ?

I would expect to see default values of fields at insert time in the clientdataset.

I tried to set poIncFieldProps = True in the provider but it didn't help..

Which is the way to achieve default values in a client dataset at insert time (not refresh or apply)?

Thanks
Nicola
 
The default values are applied when a record is inserted. They are not applied when you create a new record in a dataset.
 
Back
Top