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_COMMON_HRC
25cdf0e10cSrcweir#define CONNECTIVITY_RESOURCE_COMMON_HRC
26cdf0e10cSrcweir
27cdf0e10cSrcweir#ifndef CONNECTIVITY_SHARED_RES_HRC
28cdf0e10cSrcweir#include "resource/conn_shared_res.hrc"
29cdf0e10cSrcweir#endif
30cdf0e10cSrcweir
31cdf0e10cSrcweir// ============================================================================
32cdf0e10cSrcweir// = common strings
33cdf0e10cSrcweir// ============================================================================
34cdf0e10cSrcweir
35cdf0e10cSrcweir#define STR_STRING_LENGTH_EXCEEDED              ( STR_COMMON_BASE +  1 )
36cdf0e10cSrcweir#define STR_CANNOT_CONVERT_STRING               ( STR_COMMON_BASE +  2 )
37cdf0e10cSrcweir#define STR_URI_SYNTAX_ERROR                    ( STR_COMMON_BASE +  3 )
38cdf0e10cSrcweir#define STR_COULD_NOT_LOAD_FILE                 ( STR_COMMON_BASE +  4 )
39cdf0e10cSrcweir#define STR_QUERY_TOO_COMPLEX                   ( STR_COMMON_BASE +  5 )
40cdf0e10cSrcweir#define STR_OPERATOR_TOO_COMPLEX                ( STR_COMMON_BASE +  6 )
41cdf0e10cSrcweir#define STR_QUERY_INVALID_LIKE_COLUMN           ( STR_COMMON_BASE +  7 )
42cdf0e10cSrcweir#define STR_QUERY_INVALID_LIKE_STRING           ( STR_COMMON_BASE +  8 )
43cdf0e10cSrcweir#define STR_QUERY_NOT_LIKE_TOO_COMPLEX          ( STR_COMMON_BASE +  9 )
44cdf0e10cSrcweir#define STR_QUERY_LIKE_WILDCARD                 ( STR_COMMON_BASE + 10 )
45cdf0e10cSrcweir#define STR_QUERY_LIKE_WILDCARD_MANY            ( STR_COMMON_BASE + 11 )
46cdf0e10cSrcweir#define STR_INVALID_COLUMNNAME                  ( STR_COMMON_BASE + 12 )
47cdf0e10cSrcweir#define STR_NO_CLASSNAME                        ( STR_COMMON_BASE + 13 )
48cdf0e10cSrcweir#define STR_NO_CLASSNAME_PATH                   ( STR_COMMON_BASE + 14 )
49cdf0e10cSrcweir#define STR_UNKNOWN_PARA_TYPE                   ( STR_COMMON_BASE + 15 )
50cdf0e10cSrcweir#define STR_INVALID_COLUMN_SELECTION            ( STR_COMMON_BASE + 16 )
51cdf0e10cSrcweir#define STR_PARA_ONLY_PREPARED                  ( STR_COMMON_BASE + 17 )
52cdf0e10cSrcweir#define STR_COLUMN_NOT_UPDATEABLE               ( STR_COMMON_BASE + 18 )
53cdf0e10cSrcweir#define STR_ROW_ALREADY_DELETED                 ( STR_COMMON_BASE + 19 )
54cdf0e10cSrcweir#define STR_UNKNOWN_COLUMN_TYPE                 ( STR_COMMON_BASE + 20 )
55cdf0e10cSrcweir#define STR_FORMULA_WRONG                       ( STR_COMMON_BASE + 21 )
56cdf0e10cSrcweir#define STR_NO_JAVA                             ( STR_COMMON_BASE + 22 )
57cdf0e10cSrcweir#define STR_NO_RESULTSET                        ( STR_COMMON_BASE + 23 )
58cdf0e10cSrcweir#define STR_NO_ROWCOUNT                         ( STR_COMMON_BASE + 24 )
59cdf0e10cSrcweir#define STR_ERRORMSG_SEQUENCE                   ( STR_COMMON_BASE + 25 )
60cdf0e10cSrcweir#define STR_INVALID_INDEX                       ( STR_COMMON_BASE + 26 )
61cdf0e10cSrcweir#define STR_UNSUPPORTED_FUNCTION                ( STR_COMMON_BASE + 27 )
62cdf0e10cSrcweir#define STR_UNSUPPORTED_FEATURE                 ( STR_COMMON_BASE + 28 )
63cdf0e10cSrcweir#define STR_UNKNOWN_COLUMN_NAME                 ( STR_COMMON_BASE + 29 )
64cdf0e10cSrcweir#define STR_INVALID_PARA_COUNT                  ( STR_COMMON_BASE + 30 )
65cdf0e10cSrcweir#define STR_PRIVILEGE_NOT_GRANTED               ( STR_COMMON_BASE + 31 )
66cdf0e10cSrcweir#define STR_PRIVILEGE_NOT_REVOKED               ( STR_COMMON_BASE + 32 )
67cdf0e10cSrcweir#define STR_INVALID_BOOKMARK                    ( STR_COMMON_BASE + 33 )
68cdf0e10cSrcweir#define STR_NO_ELEMENT_NAME                     ( STR_COMMON_BASE + 34 )
69cdf0e10cSrcweir#define STR_NO_INPUTSTREAM                      ( STR_COMMON_BASE + 35 )
70cdf0e10cSrcweir#define STR_INPUTSTREAM_WRONG_LEN               ( STR_COMMON_BASE + 36 )
71cdf0e10cSrcweir#define STR_WRONG_PARAM_INDEX                   ( STR_COMMON_BASE + 37 )
72cdf0e10cSrcweir#define STR_NO_CONNECTION_GIVEN                 ( STR_COMMON_BASE + 38 )
73cdf0e10cSrcweir
74cdf0e10cSrcweir#endif // CONNECTIVITY_RESOURCE_COMMON_HRC
75