VistaDB 6
VistaDB / Developer's Guide / SQL Reference / Control of Flow Statements / CHECK VIEW
In This Topic
CHECK VIEW
In This Topic

CHECK VIEW is used during prepared query operations to perform syntax checking. An attempt is made to prepare the query of the VIEW before operations to ensure the query is valid. The default is ON and should not be turned off unless instructed to by technical support for debugging VIEW operations.

SET CHECK VIEW ON

Example

SET CHECK VIEW (ON | OFF)
See Also