prickett 2002/10/11 13:59:35
Added: periodicity/src/plugins-build/database/xdocs databases.xml
Log:
Added a xdoc file to document all the databases that will be supported
by Periodicity.
Revision Changes Path
1.1
jakarta-commons-sandbox/periodicity/src/plugins-build/database/xdocs/databases.xml
Index: databases.xml
===================================================================
<?xml version="1.0"?>
<document>
<properties>
<title>Supported Databases for Periodicity</title>
<author email="[EMAIL PROTECTED]">Jeff Prickett</author>
</properties>
<body>
<section name="The MySQL Database">
<p>The MySQL database is supported by Periodicity. It has not yet
been tested.
</p>
<ul>
<li><strong>Database Name</strong> - "mysql"</li>
<li><strong>Website</strong> -
<a href="http://www.mysql.com">MySQL Website</a></li>
</ul>
<section name="The MySQL Database Driver">
<p>
The MySQL Connector/J Jdbc Driver, formerly MM.MySQL Driver,
is the only driver
currently supported by Periodicity. It has not been tested.
</p>
<ul>
<li><strong>Driver Name</strong> - "mysql.default"</li>
<li><strong>Driver Class Name</strong> - "org.gjt.mm.mysql.Driver"</li>
<li><strong>JDBC Url Format</strong> -
<code>jdbc:mysql://hostname[:port]/dbname</code></li>
<li><strong>Website</strong> -
<a href="http://mmmysql.sourceforge.net">
MySQL Connector/J Website</a></li>
</ul>
</section>
</section>
</body>
</document>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>