1/*************************************************************************
2 *
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 *
5 * Copyright 2000, 2010 Oracle and/or its affiliates.
6 *
7 * OpenOffice.org - a multi-platform office productivity suite
8 *
9 * This file is part of OpenOffice.org.
10 *
11 * OpenOffice.org is free software: you can redistribute it and/or modify
12 * it under the terms of the GNU Lesser General Public License version 3
13 * only, as published by the Free Software Foundation.
14 *
15 * OpenOffice.org is distributed in the hope that it will be useful,
16 * but WITHOUT ANY WARRANTY; without even the implied warranty of
17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18 * GNU Lesser General Public License version 3 for more details
19 * (a copy is included in the LICENSE file that accompanied this code).
20 *
21 * You should have received a copy of the GNU Lesser General Public License
22 * version 3 along with OpenOffice.org.  If not, see
23 * <http://www.openoffice.org/license.html>
24 * for a copy of the LGPLv3 License.
25 *
26 ************************************************************************/
27
28#ifndef CONNECTIVITY_RESOURCE_COMMON_HRC
29#define CONNECTIVITY_RESOURCE_COMMON_HRC
30
31#ifndef CONNECTIVITY_SHARED_RES_HRC
32#include "resource/conn_shared_res.hrc"
33#endif
34
35// ============================================================================
36// = common strings
37// ============================================================================
38
39#define STR_STRING_LENGTH_EXCEEDED              ( STR_COMMON_BASE +  1 )
40#define STR_CANNOT_CONVERT_STRING               ( STR_COMMON_BASE +  2 )
41#define STR_URI_SYNTAX_ERROR                    ( STR_COMMON_BASE +  3 )
42#define STR_COULD_NOT_LOAD_FILE                 ( STR_COMMON_BASE +  4 )
43#define STR_QUERY_TOO_COMPLEX                   ( STR_COMMON_BASE +  5 )
44#define STR_OPERATOR_TOO_COMPLEX                ( STR_COMMON_BASE +  6 )
45#define STR_QUERY_INVALID_LIKE_COLUMN           ( STR_COMMON_BASE +  7 )
46#define STR_QUERY_INVALID_LIKE_STRING           ( STR_COMMON_BASE +  8 )
47#define STR_QUERY_NOT_LIKE_TOO_COMPLEX          ( STR_COMMON_BASE +  9 )
48#define STR_QUERY_LIKE_WILDCARD                 ( STR_COMMON_BASE + 10 )
49#define STR_QUERY_LIKE_WILDCARD_MANY            ( STR_COMMON_BASE + 11 )
50#define STR_INVALID_COLUMNNAME                  ( STR_COMMON_BASE + 12 )
51#define STR_NO_CLASSNAME                        ( STR_COMMON_BASE + 13 )
52#define STR_NO_CLASSNAME_PATH                   ( STR_COMMON_BASE + 14 )
53#define STR_UNKNOWN_PARA_TYPE                   ( STR_COMMON_BASE + 15 )
54#define STR_INVALID_COLUMN_SELECTION            ( STR_COMMON_BASE + 16 )
55#define STR_PARA_ONLY_PREPARED                  ( STR_COMMON_BASE + 17 )
56#define STR_COLUMN_NOT_UPDATEABLE               ( STR_COMMON_BASE + 18 )
57#define STR_ROW_ALREADY_DELETED                 ( STR_COMMON_BASE + 19 )
58#define STR_UNKNOWN_COLUMN_TYPE                 ( STR_COMMON_BASE + 20 )
59#define STR_FORMULA_WRONG                       ( STR_COMMON_BASE + 21 )
60#define STR_NO_JAVA                             ( STR_COMMON_BASE + 22 )
61#define STR_NO_RESULTSET                        ( STR_COMMON_BASE + 23 )
62#define STR_NO_ROWCOUNT                         ( STR_COMMON_BASE + 24 )
63#define STR_ERRORMSG_SEQUENCE                   ( STR_COMMON_BASE + 25 )
64#define STR_INVALID_INDEX                       ( STR_COMMON_BASE + 26 )
65#define STR_UNSUPPORTED_FUNCTION                ( STR_COMMON_BASE + 27 )
66#define STR_UNSUPPORTED_FEATURE                 ( STR_COMMON_BASE + 28 )
67#define STR_UNKNOWN_COLUMN_NAME                 ( STR_COMMON_BASE + 29 )
68#define STR_INVALID_PARA_COUNT                  ( STR_COMMON_BASE + 30 )
69#define STR_PRIVILEGE_NOT_GRANTED               ( STR_COMMON_BASE + 31 )
70#define STR_PRIVILEGE_NOT_REVOKED               ( STR_COMMON_BASE + 32 )
71#define STR_INVALID_BOOKMARK                    ( STR_COMMON_BASE + 33 )
72#define STR_NO_ELEMENT_NAME                     ( STR_COMMON_BASE + 34 )
73#define STR_NO_INPUTSTREAM                      ( STR_COMMON_BASE + 35 )
74#define STR_INPUTSTREAM_WRONG_LEN               ( STR_COMMON_BASE + 36 )
75#define STR_WRONG_PARAM_INDEX                   ( STR_COMMON_BASE + 37 )
76#define STR_NO_CONNECTION_GIVEN                 ( STR_COMMON_BASE + 38 )
77
78#endif // CONNECTIVITY_RESOURCE_COMMON_HRC
79