Add SQL server (MS JDBC) settings

git-svn-id: https://svn.apache.org/repos/asf/jakarta/jmeter/branches/rel-2-2@572646 13f79535-47bb-0310-9956-ffa450edef68

Former-commit-id: 5855b51b57
This commit is contained in:
Sebastian Bazley 2007-09-04 12:15:01 +00:00
parent 856fc52dcd
commit 241dc9ba35
1 changed files with 1 additions and 0 deletions

View File

@ -193,6 +193,7 @@ The Database URL and JDBC Driver class are defined by the provider of the JDBC i
<tr><td>PostgreSQL</td><td>org.postgresql.Driver</td><td>jdbc:postgresql:{dbname}</td></tr>
<tr><td>Oracle</td><td>oracle.jdbc.driver.OracleDriver</td><td>jdbc:oracle:thin:user/pass@//host:port/service</td></tr>
<tr><td>Ingres (2006)</td><td>ingres.jdbc.IngresDriver</td><td>jdbc:ingres://host:port/db[;attr=value]</td></tr>
<tr><td>SQL Server (MS JDBC driver)</td><td>com.microsoft.sqlserver.jdbc.SQLServerDriver</td><td>jdbc:sqlserver://host:port;DatabaseName=dbname</td></tr>
</table>
<note>The above may not be correct - please check the relevant JDBC driver documentation.</note>
</section>