| ############################################################################### |
| # Copyright (c) 2006, 2007 IBM Corporation and others. |
| # All rights reserved. This program and the accompanying materials |
| # are made available under the terms of the Eclipse Public License 2.0 |
| # which accompanies this distribution, and is available at |
| # https://www.eclipse.org/legal/epl-2.0/ |
| # |
| # Contributors: |
| # IBM Corporation - initial API and implementation |
| ############################################################################### |
| pluginName=Eclipse Data Tools Platform Microsoft SQL Server Plug-in |
| providerName=Eclipse Data Tools Platform |
| |
| driverClass = Driver Class |
| driverVendor = Vendor |
| driverVersion = Version |
| driverDBName = Database Name |
| driverConnectionURL = Connection URL |
| driverUID = User ID |
| driverPWD = Password |
| |
| SQLSERVER_CATEGORY_NAME = SQL Server |
| 2016_VERSION_CATEGORY_NAME = 2016 |
| 2014_VERSION_CATEGORY_NAME = 2014 |
| 2012_VERSION_CATEGORY_NAME = 2012 |
| 2008_VERSION_CATEGORY_NAME = 2008 |
| 2005_VERSION_CATEGORY_NAME = 2005 |
| 2000_VERSION_CATEGORY_NAME = 2000 |
| |
| org.eclipse.datatools.enablement.msft.sqlserver.2016.driverTemplate = Microsoft SQL Server 2016 JDBC Driver |
| org.eclipse.datatools.enablement.msft.sqlserver.2014.driverTemplate = Microsoft SQL Server 2014 JDBC Driver |
| org.eclipse.datatools.enablement.msft.sqlserver.2012.driverTemplate = Microsoft SQL Server 2012 JDBC Driver |
| org.eclipse.datatools.enablement.msft.sqlserver.2008.driverTemplate = Microsoft SQL Server 2008 JDBC Driver |
| org.eclipse.datatools.enablement.msft.sqlserver.2005.driverTemplate = Microsoft SQL Server 2005 JDBC Driver |
| org.eclipse.datatools.enablement.msft.sqlserver.2000.driverTemplate = Microsoft SQL Server 2000 Driver for JDBC |
| org.eclipse.datatools.enablement.msft.sqlserver.2014.other.driverTemplate = Other Driver |
| org.eclipse.datatools.enablement.msft.sqlserver.2012.other.driverTemplate = Other Driver |
| org.eclipse.datatools.enablement.msft.sqlserver.2008.other.driverTemplate = Other Driver |
| org.eclipse.datatools.enablement.msft.sqlserver.2005.other.driverTemplate = Other Driver |
| org.eclipse.datatools.enablement.msft.sqlserver.2000.other.driverTemplate = Other Driver |
| |
| jdbc.connection.name = JDBC Connection |
| profile.sqlserver.title = SQL Server |