Advantage SQL Engine
Contains one row for each view in the database.
Field Name |
Field Type |
Field Size |
Description |
Name |
Character |
200 |
View name. |
View_Stmt_Len |
ShortInt |
2 |
The length of the SQL statement used to generate the view. |
View_Stmt |
Memo |
variable |
The SQL statement used to generate the view. |
Comment |
Memo |
variable |
The description of the view. |