CloseOutputDS()
Description
Description
Call this function to close the output data source.
It can be used when a data source needs to be closed after appending. This function can only be used in the OnFinishProcess context method.
Syntax
Syntax
Function CloseOutputDS()
Parameters:
Parameters:
none
Return value:
Return value:
none
Example
Example
Function OnFinish
this.CloseOutputDS()
End Function
See also
See also