%************************************************************************
%* $Header: /pkg/vpesrc/common/lib/lib/db_services,v 1.1 1997/03/05 17:08:52 dhill Exp $
%************************************************************************
%* Visual Programming Environment (VPE)					*
%*									*
%*	VPE, Incorporated						*
%*	601 Madison St., Suite 200					*
%*	Alexandria VA 22314 USA						*
%*									*
%* Copyright (C) 1989-1994 by VPE, Inc.					*
%* Permission to use, copy, modify, distribute, and sell this software	*
%* for purposes specifically related to the use of VPE based		*
%* applications is hereby granted without fee, provided that the above	*
%* copyright notice appear in all copies and that both that copyright	*
%* notice and this permission notice appear in any supporting		*
%* documentation. All other rights are reserved.  VPE, Inc. makes no	*
%* representations about the suitability of this software for any	*
%* purpose.  It is provided "as is" without express or implied warranty.*
%*									*
%* VPE, INC. DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,	*
%* INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS.	*
%* IN NO EVENT SHALL VPE, INC. BE LIABLE FOR ANY SPECIAL, INDIRECT OR	*
%* CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS	*
%* OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE*
%* OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE	*
%* USE OR PERFORMANCE OF THIS SOFTWARE.					*
%*									*
%* VPE is a registered trademark of VPE, Inc.				*
%*									*
%*		CLL, MLN, TWD, VJM					*
%************************************************************************
%
% This file identifies the database systems which use the "sqlmaster.c"
% program and it's interface methods to communicate with the VPE rule
% engine through the "cfsqlctl" program.
%
% The lines in this file have the following format:
% type, controller, database command, default user, default password
%
% TYPE is the database system being accessed.
% CONTROLLER is the name of the program in $CFRUN which provides the
%	access to the database itself.
% DATABASE COMMAND is the sql keyword (if there is one) which directs
%	the database system to open a particular database.
% DEFAULT USER and DEFAULT PASSWORD is the DATABASE'S user id and password
%	(if there is one) which will be used when none have been
%	specified in the OPEN_DATABASE function.
%
% Caution, this file is space and case sensative.
%
INFORMIX,infsql,database,,
INFORMIX-SE,infsql,database,,
INFORMIX-OL,infsql,,,
INFORMIX-TOC,infsql,,,
ORACLE,orsql,,system,oracle
SYBASE,sysql,use,sa,
TEST,testsql,,,
INTERBASE,intsql,,,
DB2,vpe_db2,,,
VELOCIS,velsql,,,

