POSTQUERY keyword

Applies to

Any context where the UPD( ), INS( ) and DEL( ) keywords are valid.

Description

The purpose of this keyword is to allow post-query processing before data is returned from the middleware to WinStudio. This is done by specifying one or more methods to be called on each row returned by the query. Its contents have the same format as UPD, INS, and DEL, except that each comma-delimited entry is considered a method (no REF or STD entries are supported).

Remarks

Short form: PQ