From 0083a5e4c7f95cf7f8d8ac380f9fabc5f67ac26d Mon Sep 17 00:00:00 2001 From: Vladimir Glazounov Date: Tue, 19 Aug 2008 08:21:18 +0000 Subject: INTEGRATION: CWS dba31a (1.42.66); FILE MERGED 2008/07/18 21:45:50 fs 1.42.66.2: adjusted the node names for #i81899# 2008/07/04 14:28:28 oj 1.42.66.1: #i81899# new config for JDBC driver class path settings --- .../schema/org/openoffice/Office/DataAccess.xcs | 26 ++++++++++++++++++++-- 1 file changed, 24 insertions(+), 2 deletions(-) (limited to 'officecfg') diff --git a/officecfg/registry/schema/org/openoffice/Office/DataAccess.xcs b/officecfg/registry/schema/org/openoffice/Office/DataAccess.xcs index 2dc99ebdabc5..c6eec8845e00 100644 --- a/officecfg/registry/schema/org/openoffice/Office/DataAccess.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/DataAccess.xcs @@ -8,7 +8,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: DataAccess.xcs,v $ - * $Revision: 1.42 $ + * $Revision: 1.43 $ * * This file is part of OpenOffice.org. * @@ -158,6 +158,16 @@ + + + Specifies the path or jar to the Java driver class. + + + + Specifies the class path where the JDBC driver class can be found. + + + Specifies the user defined database drivers which should appear in the data source administration dialog. @@ -276,7 +286,19 @@ - + + + + Specifies all information which is needed for the connections established using JDBC. + + + + Specifies the class paths where to find JDBC database drivers. The node name specifies the name + of the JDBC driver which is to be loaded. + + + + Specifies all names which are registered. -- cgit