Author: sebb
Date: Fri Dec  8 13:51:51 2006
New Revision: 484809

URL: http://svn.apache.org/viewvc?view=rev&rev=484809
Log:
Add details of JDBC settings (from building a db test plan)

Modified:
    jakarta/jmeter/branches/rel-2-2/xdocs/usermanual/component_reference.xml

Modified: 
jakarta/jmeter/branches/rel-2-2/xdocs/usermanual/component_reference.xml
URL: 
http://svn.apache.org/viewvc/jakarta/jmeter/branches/rel-2-2/xdocs/usermanual/component_reference.xml?view=diff&rev=484809&r1=484808&r2=484809
==============================================================================
--- jakarta/jmeter/branches/rel-2-2/xdocs/usermanual/component_reference.xml 
(original)
+++ jakarta/jmeter/branches/rel-2-2/xdocs/usermanual/component_reference.xml 
Fri Dec  8 13:51:51 2006
@@ -2166,6 +2166,18 @@
                <property name="Username" required="Yes">Name of user to 
connect as.</property>
                <property name="Password" required="Yes">Password to connect 
with.</property>
        </properties>
+<p>Different databases and JDBC drivers require different JDBC settings. 
+The Database URL and JDBC Driver class are defined by the provider of the JDBC 
implementation.</p>
+<p>Some possible settings are shown below. Please check the exact details in 
the JDBC driver documentation.</p>
+
+<table>
+<tr><th>Database</th><th>Driver class</th><th>Database URL</th></tr>
+<tr><td>MySQL</td><td>com.mysql.jdbc.Driver</td><td>jdbc:mysql://host[:port]/dbname</td></tr>
+<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>
+</table>
+<note>The above may not be correct - please check the relevant JDBC driver 
documentation.</note>
 </component>
 
 <component name="JNDI Default Configuration" index="&sect-num;.4.10" 
screenshot="jndi_config.png">



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to