blob: 0ec008a451929fff0dea4c1471f56d4b09a5821c [file] [log] [blame]
################################################################################
# Copyright (c) 2007, 2008 Oracle. All rights reserved.
# This program and the accompanying materials are made available under the
# terms of the Eclipse Public License v1.0, which accompanies this distribution
# and is available at http://www.eclipse.org/legal/epl-v10.html.
#
# Contributors:
# Oracle - initial API and implementation
################################################################################
# Configure the workspace- and database server-specific settings here.
# user and password are optional, depending on the platform
userID =
password =
# the JDBC driver JAR(s) must be specified;
# if there are multiple JARs, separate the names with commas
# jars = C:/sqlserver/lib/sqljdbc.jar
jars =
# the JDBC URL is required
# url = jdbc:sqlserver://localhost:1433;databaseName=testdb
url =
# the database is optional
database = testdb