SMSVIEWS.H

//**************************************************************************** 
//
// Copyright (c) 1994, Microsoft Corporation
//
// File: smsviews.h
//
// History:
//
// kenp 12-5-94 Created
//
//****************************************************************************
#define IDS_MSC_DBERROR 1
#define IDS_MSC_CREATE_VIEWS 2

#define IDS_MSG_CREATE_VIEW 101
#define IDS_MSG_DROP_VIEW 102
#define IDS_ERR_BADGROUP 103

#define IDS_ERR_CMD_TOO_LONG 201
#define IDS_ERR_COM_NOT_LOADED 202
#define IDS_ERR_LOAD_VIEWDLL 203
#define IDS_ERR_CREATE_VIEW 204
#define IDS_ERR_DROP_VIEW 205
#define IDS_ERR_SQL_ERROR 206