Display Views, List Views
These two commands provide a list of views in the current database. Each shows the name of the view and whether it's local or remote. Views that have been taken offline also include a notation to that effect.
Usage |
DISPLAY | LIST VIEWS [ TO PRINTER [ PROMPT ] | TO [ FILE ] cFileName [ ADDITIVE ] ] [ NOCONSOLE ] |
Example |
OPEN DATA TasTrade LIST VIEWS TO PRINTER |
See Also |
ADBObjects(), Create SQL View, DBGetProp(), Display and List, Modify View |