1*b74bd631SAndrew Rist/**************************************************************
2cdf0e10cSrcweir *
3*b74bd631SAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one
4*b74bd631SAndrew Rist * or more contributor license agreements.  See the NOTICE file
5*b74bd631SAndrew Rist * distributed with this work for additional information
6*b74bd631SAndrew Rist * regarding copyright ownership.  The ASF licenses this file
7*b74bd631SAndrew Rist * to you under the Apache License, Version 2.0 (the
8*b74bd631SAndrew Rist * "License"); you may not use this file except in compliance
9*b74bd631SAndrew Rist * with the License.  You may obtain a copy of the License at
10*b74bd631SAndrew Rist *
11*b74bd631SAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
12*b74bd631SAndrew Rist *
13*b74bd631SAndrew Rist * Unless required by applicable law or agreed to in writing,
14*b74bd631SAndrew Rist * software distributed under the License is distributed on an
15*b74bd631SAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16*b74bd631SAndrew Rist * KIND, either express or implied.  See the License for the
17*b74bd631SAndrew Rist * specific language governing permissions and limitations
18*b74bd631SAndrew Rist * under the License.
19*b74bd631SAndrew Rist *
20*b74bd631SAndrew Rist *************************************************************/
21*b74bd631SAndrew Rist
22*b74bd631SAndrew Rist
23cdf0e10cSrcweir
24cdf0e10cSrcweir#ifndef CONNECTIVITY_RESOURCE_DBASE_HRC
25cdf0e10cSrcweir#define CONNECTIVITY_RESOURCE_DBASE_HRC
26cdf0e10cSrcweir
27cdf0e10cSrcweir#include "resource/conn_shared_res.hrc"
28cdf0e10cSrcweir#include "resource/common_res.hrc"
29cdf0e10cSrcweir
30cdf0e10cSrcweir// ============================================================================
31cdf0e10cSrcweir// = the calc driver's resource strings
32cdf0e10cSrcweir// ============================================================================
33cdf0e10cSrcweir
34cdf0e10cSrcweir#define STR_COULD_NOT_DELETE_INDEX              ( STR_DBASE_BASE +    0 )
35cdf0e10cSrcweir#define STR_COULD_NOT_CREATE_INDEX_NOT_UNIQUE   ( STR_DBASE_BASE +    1 )
36cdf0e10cSrcweir#define STR_SQL_NAME_ERROR                      ( STR_DBASE_BASE +    2 )
37cdf0e10cSrcweir#define STR_COULD_NOT_DELETE_FILE               ( STR_DBASE_BASE +    3 )
38cdf0e10cSrcweir#define STR_INVALID_COLUMN_TYPE                 ( STR_DBASE_BASE +    4 )
39cdf0e10cSrcweir#define STR_INVALID_COLUMN_PRECISION            ( STR_DBASE_BASE +    5 )
40cdf0e10cSrcweir#define STR_INVALID_PRECISION_SCALE             ( STR_DBASE_BASE +    6 )
41cdf0e10cSrcweir#define STR_INVALID_COLUMN_NAME_LENGTH          ( STR_DBASE_BASE +    7 )
42cdf0e10cSrcweir#define STR_DUPLICATE_VALUE_IN_COLUMN           ( STR_DBASE_BASE +    8 )
43cdf0e10cSrcweir#define STR_INVALID_COLUMN_DECIMAL_VALUE        ( STR_DBASE_BASE +    9 )
44cdf0e10cSrcweir#define STR_COLUMN_NOT_ALTERABLE                ( STR_DBASE_BASE +   10 )
45cdf0e10cSrcweir#define STR_COLUMN_NOT_ADDABLE                  ( STR_DBASE_BASE +   11 )
46cdf0e10cSrcweir#define STR_COLUMN_NOT_DROP                     ( STR_DBASE_BASE +   12 )
47cdf0e10cSrcweir#define STR_COULD_NOT_ALTER_TABLE               ( STR_DBASE_BASE +   13 )
48cdf0e10cSrcweir#define STR_INVALID_DBASE_FILE                  ( STR_DBASE_BASE +   14 )
49cdf0e10cSrcweir#define STR_ONL_ONE_COLUMN_PER_INDEX            ( STR_DBASE_BASE +   15 )
50cdf0e10cSrcweir#define STR_COULD_NOT_CREATE_INDEX              ( STR_DBASE_BASE +   16 )
51cdf0e10cSrcweir#define STR_COULD_NOT_CREATE_INDEX_NAME         ( STR_DBASE_BASE +   17 )
52cdf0e10cSrcweir#define STR_INVALID_COLUMN_VALUE                ( STR_DBASE_BASE +   18 )
53cdf0e10cSrcweir#define STR_TABLE_NOT_DROP                      ( STR_DBASE_BASE +   19 )
54cdf0e10cSrcweir#define STR_COULD_NOT_CREATE_INDEX_KEYSIZE      ( STR_DBASE_BASE +   20 )
55cdf0e10cSrcweir
56cdf0e10cSrcweir#endif // CONNECTIVITY_RESOURCE_DBASE_HRC
57cdf0e10cSrcweir
58