Listing 4

/* db_Vista generated include file for sql_proc.ddl */

/* db_VISTA Version: 3.20 */

/* database record/key structure declarations */

struct sql_proc {
   char  sql_name[16];
   char  sql_description[64];
   char  sql_command[424];
};

/* record, field and set table entry definitions */

/* File Id Constants */

/* Record Name Constants */
#define SQL_PROC 10000

/* Field Name Constants */
#define SQL_NAME 0L
#define SQL_DESCRIPTION 1L
#define SQL_COMMAND 2L

/* Set Name Constants */
/* End of File */