Subject Re: [IBO] RE: Datapump action
Author Helen Borrie
At 10:21 AM 6/10/2003 +0300, you wrote:
>Also, where is it possible to modify the Destination dataset's value for
>some records?
>At first I thought that AfterFetchRow can be used, but all my changes are
>overwritten with original values.

Why use a dataset for the DstStatement? Use a parameterised TIB_DSQL and
put any data-massaging code into its BeforeExecute event.

Helen