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# ----------------------------ADO settings------------------------------------# 25# target 26ADO_TARGET=ado 27 28# ----------------------------ODBC BASE settings-----------------------------------# 29# target 30ODBC2_TARGET=odbcbase 31 32# ----------------------------ODBC settings-----------------------------------# 33# target 34ODBC_TARGET=odbc 35 36# ----------------------------JDBC settings-----------------------------------# 37# target 38JDBC_TARGET=jdbc 39 40# ----------------------------dbtools settings-----------------------------------# 41# target 42DBTOOLS_TARGET=dbtools 43 44# -----------------------DRIVER MANAGER settings--------------------------------# 45# target 46SDBC_TARGET=sdbc 47 48# the major 49SDBC_MAJOR=2 50# the minor 51SDBC_MINOR=0 52# the micro 53SDBC_MICRO=0 54 55 56# -----------------------Connection Pool settings--------------------------------# 57# target 58DBPOOL_TARGET=dbpool 59 60# the major 61DBPOOL_MAJOR=2 62# the minor 63DBPOOL_MINOR=0 64# the micro 65DBPOOL_MICRO=0 66 67 68# ----------------------------DBASE settings-----------------------------------# 69# target 70DBASE_TARGET=dbase 71 72# ----------------------------MySQL settings-----------------------------------# 73# target 74MYSQL_TARGET=mysql 75 76# ----------------------------Kab settings-------------------------------------# 77# target 78KAB_TARGET=kab 79 80# the major 81KAB_MAJOR=1 82# the minor 83KAB_MINOR=0 84# the micro 85KAB_MICRO=0 86 87 88# ----------------------------Macab settings-------------------------------------# 89# target 90MACAB_TARGET=macab 91 92# the major 93MACAB_MAJOR=1 94# the minor 95MACAB_MINOR=0 96# the micro 97MACAB_MICRO=0 98 99# ----------------------------HSQLDB settings-----------------------------------# 100# target 101HSQLDB_TARGET=hsqldb 102 103