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_ADO_HRC
25cdf0e10cSrcweir#define CONNECTIVITY_RESOURCE_ADO_HRC
26cdf0e10cSrcweir
27cdf0e10cSrcweir#include "resource/conn_shared_res.hrc"
28cdf0e10cSrcweir#include "resource/common_res.hrc"
29cdf0e10cSrcweir
30cdf0e10cSrcweir// ============================================================================
31cdf0e10cSrcweir// = the ado driver's resource strings
32cdf0e10cSrcweir// ============================================================================
33cdf0e10cSrcweir#define STR_INVALID_COLUMN_DESCRIPTOR_ERROR     ( STR_ADO_BASE +  1 )
34cdf0e10cSrcweir#define STR_INVALID_GROUP_DESCRIPTOR_ERROR      ( STR_ADO_BASE +  2 )
35cdf0e10cSrcweir#define STR_INVALID_INDEX_DESCRIPTOR_ERROR      ( STR_ADO_BASE +  3 )
36cdf0e10cSrcweir#define STR_INVALID_KEY_DESCRIPTOR_ERROR        ( STR_ADO_BASE +  4 )
37cdf0e10cSrcweir#define STR_INVALID_TABLE_DESCRIPTOR_ERROR      ( STR_ADO_BASE +  5 )
38cdf0e10cSrcweir#define STR_INVALID_USER_DESCRIPTOR_ERROR       ( STR_ADO_BASE +  6 )
39cdf0e10cSrcweir#define STR_INVALID_VIEW_DESCRIPTOR_ERROR       ( STR_ADO_BASE +  7 )
40cdf0e10cSrcweir#define STR_VIEW_NO_COMMAND_ERROR               ( STR_ADO_BASE +  8 )
41cdf0e10cSrcweir#define STR_TYPE_NOT_CONVERT                    ( STR_ADO_BASE +  9 )
42cdf0e10cSrcweir#define STR_NO_CONNECTION                       ( STR_ADO_BASE + 10 )
43cdf0e10cSrcweir
44cdf0e10cSrcweir
45cdf0e10cSrcweir#endif // CONNECTIVITY_RESOURCE_ADO_HRC
46cdf0e10cSrcweir
47