1*08d9396cSAndrew Rist/**************************************************************
2cdf0e10cSrcweir *
3*08d9396cSAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one
4*08d9396cSAndrew Rist * or more contributor license agreements.  See the NOTICE file
5*08d9396cSAndrew Rist * distributed with this work for additional information
6*08d9396cSAndrew Rist * regarding copyright ownership.  The ASF licenses this file
7*08d9396cSAndrew Rist * to you under the Apache License, Version 2.0 (the
8*08d9396cSAndrew Rist * "License"); you may not use this file except in compliance
9*08d9396cSAndrew Rist * with the License.  You may obtain a copy of the License at
10*08d9396cSAndrew Rist *
11*08d9396cSAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
12*08d9396cSAndrew Rist *
13*08d9396cSAndrew Rist * Unless required by applicable law or agreed to in writing,
14*08d9396cSAndrew Rist * software distributed under the License is distributed on an
15*08d9396cSAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16*08d9396cSAndrew Rist * KIND, either express or implied.  See the License for the
17*08d9396cSAndrew Rist * specific language governing permissions and limitations
18*08d9396cSAndrew Rist * under the License.
19*08d9396cSAndrew Rist *
20*08d9396cSAndrew Rist *************************************************************/
21*08d9396cSAndrew Rist
22*08d9396cSAndrew Rist
23cdf0e10cSrcweir
24cdf0e10cSrcweir#ifndef _DBA_CORE_RESOURCE_HRC_
25cdf0e10cSrcweir#define _DBA_CORE_RESOURCE_HRC_
26cdf0e10cSrcweir
27cdf0e10cSrcweir#ifndef _SOLAR_HRC
28cdf0e10cSrcweir#include <svl/solar.hrc>
29cdf0e10cSrcweir#endif
30cdf0e10cSrcweir
31cdf0e10cSrcweir//------------------------------------------------------------------------------
32cdf0e10cSrcweir#define	RID_CORE_STRINGS_START					RID_DBACCESS_START
33cdf0e10cSrcweir
34cdf0e10cSrcweir//------------------------------------------------------------------------------
35cdf0e10cSrcweir//- String-IDs
36cdf0e10cSrcweir#define RID_STR_TRIED_OPEN_TABLE				( RID_CORE_STRINGS_START +  0 )
37cdf0e10cSrcweir#define RID_STR_CONNECTION_INVALID				( RID_CORE_STRINGS_START +  1 )
38cdf0e10cSrcweir#define RID_STR_TABLE_IS_FILTERED				( RID_CORE_STRINGS_START +  2 )
39cdf0e10cSrcweir#define RID_STR_NEED_CONFIG_WRITE_ACCESS		( RID_CORE_STRINGS_START +  3 )
40cdf0e10cSrcweir#define RID_STR_COULDNOTCONNECT_NODRIVER		( RID_CORE_STRINGS_START +  4 )
41cdf0e10cSrcweir#define RID_STR_COULDNOTCONNECT_UNSPECIFIED		( RID_CORE_STRINGS_START +  5 )
42cdf0e10cSrcweir#define RID_STR_COULDNOTLOAD_MANAGER			( RID_CORE_STRINGS_START +  6 )
43cdf0e10cSrcweir#define RID_STR_ONLY_QUERY						( RID_CORE_STRINGS_START +  7 )
44cdf0e10cSrcweir#define RID_STR_NO_VALUE_CHANGED				( RID_CORE_STRINGS_START +  8 )
45cdf0e10cSrcweir#define RID_STR_NO_XROWUPDATE					( RID_CORE_STRINGS_START +  9 )
46cdf0e10cSrcweir#define RID_STR_NO_XRESULTSETUPDATE				( RID_CORE_STRINGS_START + 10 )
47cdf0e10cSrcweir#define RID_STR_NO_UPDATE_MISSING_CONDITION		( RID_CORE_STRINGS_START + 11 )
48cdf0e10cSrcweir#define RID_STR_NO_COLUMN_ADD					( RID_CORE_STRINGS_START + 12 )
49cdf0e10cSrcweir#define RID_STR_NO_COLUMN_DROP					( RID_CORE_STRINGS_START + 13 )
50cdf0e10cSrcweir#define RID_STR_NO_CONDITION_FOR_PK				( RID_CORE_STRINGS_START + 14 )
51cdf0e10cSrcweir#define RID_STR_NO_XQUERIESSUPPLIER				( RID_CORE_STRINGS_START + 15 )
52cdf0e10cSrcweir#define RID_STR_NO_ABS_ZERO						( RID_CORE_STRINGS_START + 16 )
53cdf0e10cSrcweir#define RID_STR_NO_RELATIVE						( RID_CORE_STRINGS_START + 17 )
54cdf0e10cSrcweir#define RID_STR_NO_REFESH_AFTERLAST				( RID_CORE_STRINGS_START + 18 )
55cdf0e10cSrcweir#define RID_STR_NO_MOVETOINSERTROW_CALLED		( RID_CORE_STRINGS_START + 19 )
56cdf0e10cSrcweir#define RID_STR_NO_UPDATEROW					( RID_CORE_STRINGS_START + 20 )
57cdf0e10cSrcweir#define RID_STR_NO_DELETEROW					( RID_CORE_STRINGS_START + 21 )
58cdf0e10cSrcweir#define RID_STR_COLUMN_MUST_VISIBLE				( RID_CORE_STRINGS_START + 22 )
59cdf0e10cSrcweir#define RID_STR_COLUMN_NOT_VALID				( RID_CORE_STRINGS_START + 23 )
60cdf0e10cSrcweir#define RID_STR_COLUMN_NOT_SEARCHABLE			( RID_CORE_STRINGS_START + 24 )
61cdf0e10cSrcweir#define RID_STR_NOT_SEQUENCE_INT8				( RID_CORE_STRINGS_START + 25 )
62cdf0e10cSrcweir#define RID_STR_NOT_SUPPORTED_BY_DRIVER			( RID_CORE_STRINGS_START + 26 )
63cdf0e10cSrcweir#define RID_STR_NO_TABLE_RENAME					( RID_CORE_STRINGS_START + 27 )
64cdf0e10cSrcweir#define RID_STR_COLUMN_ALTER_BY_NAME			( RID_CORE_STRINGS_START + 28 )
65cdf0e10cSrcweir#define RID_STR_COLUMN_ALTER_BY_INDEX			( RID_CORE_STRINGS_START + 29 )
66cdf0e10cSrcweir#define RID_STR_NO_ALTER_COLUMN_DEF				( RID_CORE_STRINGS_START + 30 )
67cdf0e10cSrcweir#define RID_STR_COLUMN_UNKNOWN_PROP				( RID_CORE_STRINGS_START + 31 )
68cdf0e10cSrcweir#define RID_STR_FORM							( RID_CORE_STRINGS_START + 32 )
69cdf0e10cSrcweir#define RID_STR_REPORT							( RID_CORE_STRINGS_START + 33 )
70cdf0e10cSrcweir#define RID_STR_DATASOURCE_NOT_STORED			( RID_CORE_STRINGS_START + 34 )
71cdf0e10cSrcweir#define RID_STR_FILE_DOES_NOT_EXIST             ( RID_CORE_STRINGS_START + 35 )
72cdf0e10cSrcweir#define RID_STR_TABLE_DOES_NOT_EXIST            ( RID_CORE_STRINGS_START + 36 )
73cdf0e10cSrcweir#define RID_STR_CONFLICTING_NAMES               ( RID_CORE_STRINGS_START + 37 )
74cdf0e10cSrcweir#define RID_STR_COMMAND_LEADING_TO_ERROR        ( RID_CORE_STRINGS_START + 38 )
75cdf0e10cSrcweir#define RID_STR_STATEMENT_WITHOUT_RESULT_SET    ( RID_CORE_STRINGS_START + 39 )
76cdf0e10cSrcweir#define RID_STR_NAME_MUST_NOT_BE_EMPTY          ( RID_CORE_STRINGS_START + 40 )
77cdf0e10cSrcweir#define RID_STR_NO_NULL_OBJECTS_IN_CONTAINER    ( RID_CORE_STRINGS_START + 41 )
78cdf0e10cSrcweir#define RID_STR_NAME_ALREADY_USED               ( RID_CORE_STRINGS_START + 42 )
79cdf0e10cSrcweir#define RID_STR_OBJECT_CONTAINER_MISMATCH       ( RID_CORE_STRINGS_START + 43 )
80cdf0e10cSrcweir#define RID_STR_OBJECT_ALREADY_CONTAINED        ( RID_CORE_STRINGS_START + 44 )
81cdf0e10cSrcweir#define RID_STR_NAME_NOT_FOUND                  ( RID_CORE_STRINGS_START + 45 )
82cdf0e10cSrcweir#define RID_STR_QUERY_DOES_NOT_EXIST            ( RID_CORE_STRINGS_START + 46 )
83cdf0e10cSrcweir#define RID_STR_ERROR_WHILE_SAVING              ( RID_CORE_STRINGS_START + 47 )
84cdf0e10cSrcweir#define RID_STR_NO_SUB_FOLDER					( RID_CORE_STRINGS_START + 48 )
85cdf0e10cSrcweir
86cdf0e10cSrcweir#define RID_STR_NO_DELETE_BEFORE_AFTER			( RID_CORE_STRINGS_START + 49 )
87cdf0e10cSrcweir#define RID_STR_NO_DELETE_INSERT_ROW			( RID_CORE_STRINGS_START + 50 )
88cdf0e10cSrcweir#define RID_STR_RESULT_IS_READONLY				( RID_CORE_STRINGS_START + 51 )
89cdf0e10cSrcweir#define RID_STR_NO_DELETE_PRIVILEGE				( RID_CORE_STRINGS_START + 52 )
90cdf0e10cSrcweir#define RID_STR_ROW_ALREADY_DELETED				( RID_CORE_STRINGS_START + 53 )
91cdf0e10cSrcweir#define RID_STR_UPDATE_FAILED					( RID_CORE_STRINGS_START + 54 )
92cdf0e10cSrcweir
93cdf0e10cSrcweir#define RID_STR_INVALID_INDEX					( RID_CORE_STRINGS_START + 55 )
94cdf0e10cSrcweir#define RID_STR_NO_INSERT_PRIVILEGE				( RID_CORE_STRINGS_START + 56 )
95cdf0e10cSrcweir#define RID_STR_INTERNAL_ERROR					( RID_CORE_STRINGS_START + 57 )
96cdf0e10cSrcweir#define RID_STR_EXPRESSION1						( RID_CORE_STRINGS_START + 58 )
97cdf0e10cSrcweir#define RID_STR_NO_SQL_COMMAND					( RID_CORE_STRINGS_START + 59 )
98cdf0e10cSrcweir#define RID_STR_INVALID_CURSOR_STATE			( RID_CORE_STRINGS_START + 60 )
99cdf0e10cSrcweir#define RID_STR_CURSOR_BEFORE_OR_AFTER			( RID_CORE_STRINGS_START + 61 )
100cdf0e10cSrcweir#define RID_STR_NO_BOOKMARK_BEFORE_OR_AFTER		( RID_CORE_STRINGS_START + 62 )
101cdf0e10cSrcweir#define RID_STR_NO_BOOKMARK_DELETED				( RID_CORE_STRINGS_START + 63 )
102cdf0e10cSrcweir#define RID_STR_NO_EMBEDDING					( RID_CORE_STRINGS_START + 64 )
103cdf0e10cSrcweir#define RID_STR_CONNECTION_REQUEST				( RID_CORE_STRINGS_START + 65 )
104cdf0e10cSrcweir#define RID_STR_MISSING_EXTENSION				( RID_CORE_STRINGS_START + 66 )
105cdf0e10cSrcweir
106cdf0e10cSrcweir#define RID_NO_SUCH_DATA_SOURCE                 ( RID_CORE_STRINGS_START + 67 )
107cdf0e10cSrcweir
108cdf0e10cSrcweir#endif // _DBA_CORE_RESOURCE_HRC_
109cdf0e10cSrcweir
110