blob: 63e58da556bfdc1f4ee9d905d83ec6401697cbd2 [file] [log] [blame]
/**********************************************************************
// @@@ START COPYRIGHT @@@
//
// Licensed to the Apache Software Foundation (ASF) under one
// or more contributor license agreements. See the NOTICE file
// distributed with this work for additional information
// regarding copyright ownership. The ASF licenses this file
// to you under the Apache License, Version 2.0 (the
// "License"); you may not use this file except in compliance
// with the License. You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing,
// software distributed under the License is distributed on an
// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
// KIND, either express or implied. See the License for the
// specific language governing permissions and limitations
// under the License.
//
// @@@ END COPYRIGHT @@@
********************************************************************/
// Private Profile Strings
const int MAXKEYLEN (32+1); // Max keyword length
const char ODBC_INI[] = "ODBC.INI"; // ODBC initialization file
const char PRIV_PROFILE[][MAXKEYLEN] = {
"Description",
"Catalog",
"Schema",
"Server",
"SQL_LOGIN_TIMEOUT",
"SQL_ATTR_CONNECTION_TIMEOUT",
"SQL_QUERY_TIMEOUT",
"ErrorMsgLang",
"DataLang",
"TranslationDLL",
"TranslationOption",
"FetchBufferSize"
};