##OV Tag

If your procedure contains complex SQL, it may not be parsed correctly. It is recommended that you first try to parse the SQL using SQLHelp to see if any issues are present before using the override tag.

Common issues include:

If the ##OV tag is present, neither the return values, nor the result sets will be parsed. If you use the ##OV tag, incorrect results may be obtained unless the ##RD, ##RS, ##MD, ##CU and ##TR tags are kept in sync with changes to the procedures.

You can also set the entire project as being overridden.  This eliminates the need to enter ##OV on each batch during design time.

To reverse the effect of the override tag, either remove it from the batch, of use the ##NOV tag.

Syntax

-- ##OV

© 2001-2004 Pikauba Software. All rights reserved.