1/************************************************************** 2 * 3 * Licensed to the Apache Software Foundation (ASF) under one 4 * or more contributor license agreements. See the NOTICE file 5 * distributed with this work for additional information 6 * regarding copyright ownership. The ASF licenses this file 7 * to you under the Apache License, Version 2.0 (the 8 * "License"); you may not use this file except in compliance 9 * with the License. You may obtain a copy of the License at 10 * 11 * http://www.apache.org/licenses/LICENSE-2.0 12 * 13 * Unless required by applicable law or agreed to in writing, 14 * software distributed under the License is distributed on an 15 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 16 * KIND, either express or implied. See the License for the 17 * specific language governing permissions and limitations 18 * under the License. 19 * 20 *************************************************************/ 21 22 23 24#ifndef CONNECTIVITY_SHARED_RES_HRC 25#define CONNECTIVITY_SHARED_RES_HRC 26 27// ============================================================================ 28// = normal resource ids, per driver 29 30// Mozilla driver resource ids 31#define STR_MOZAB_BASE 1000 32 33// common resource ids 34#define STR_COMMON_BASE 1200 35 36// Spreadsheet driver resource ids 37#define STR_CALC_BASE 1300 38 39// DBase driver resource ids 40#define STR_DBASE_BASE 1400 41 42// ADO driver resource ids 43#define STR_ADO_BASE 1450 44 45// EVOAB2 driver resource ids 46#define STR_EVOAB2_BASE 1500 47 48// FILE driver resource ids 49#define STR_FILE_BASE 1550 50 51// KAB driver resource ids 52#define STR_KAB_BASE 1600 53 54// MACAB driver resource ids 55#define STR_MACAB_BASE 1650 56 57// Adabas D driver resource ids 58#define STR_ADABAS_BASE 1700 59 60// hsqldb driver resource ids 61#define STR_HSQLDB_BASE 1750 62// ============================================================================ 63// = resource ids for log messages 64#define STR_LOG_MESSAGE_BASE 10000 65 66// log messages for the jdbc driver 67#define STR_JDBC_LOG_MESSAGE_BASE STR_LOG_MESSAGE_BASE + 500 68 69#endif 70