You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-commits@db.apache.org by jt...@apache.org on 2007/09/30 19:26:26 UTC

svn commit: r580757 - in /db/derby/site/trunk: build/site/faq.html src/documentation/content/xdocs/faq.xml

Author: jta
Date: Sun Sep 30 10:26:25 2007
New Revision: 580757

URL: http://svn.apache.org/viewvc?rev=580757&view=rev
Log:
DERBY-232 : Committed John Embretsen's faq on how to determine the Derby
version.

Modified:
    db/derby/site/trunk/build/site/faq.html
    db/derby/site/trunk/src/documentation/content/xdocs/faq.xml

Modified: db/derby/site/trunk/build/site/faq.html
URL: http://svn.apache.org/viewvc/db/derby/site/trunk/build/site/faq.html?rev=580757&r1=580756&r2=580757&view=diff
==============================================================================
--- db/derby/site/trunk/build/site/faq.html (original)
+++ db/derby/site/trunk/build/site/faq.html Sun Sep 30 10:26:25 2007
@@ -222,6 +222,11 @@
       Can you run Derby as a Windows service?
       </a>
 </li>
+<li>
+<a href="#derby_version">4.11. 
+      How do I find out which version of Derby I am using? 
+      </a>
+</li>
 </ul>
 </li>
 <li>
@@ -674,9 +679,24 @@
       Windows service.
       </p>
 </div>
-<a name="N10166"></a><a name="users_sql"></a>
+<a name="N10166"></a><a name="derby_version"></a>
+<h4 class="faq">4.11. 
+      How do I find out which version of Derby I am using? 
+      </h4>
+<div align="right">
+<a href="#derby_version-menu">^</a>
+</div>
+<div style="margin-left: 15px">
+<p>
+      You can use the sysinfo tool or the JDBC API to get version 
+      information from your Derby installation. See the 
+      <a class="external" href="http://wiki.apache.org/db-derby/VersionInfo">VersionInfo 
+      wiki page</a> for more details. 
+      </p>
+</div>
+<a name="N10172"></a><a name="users_sql"></a>
 <h3 class="boxed">5. Using Derby: SQL</h3>
-<a name="N1016A"></a><a name="null_args"></a>
+<a name="N10176"></a><a name="null_args"></a>
 <h4 class="faq">5.1. 
       Why can't my SQL function/procedure pass a NULL INTEGER?
       </h4>
@@ -692,7 +712,7 @@
       derby-user mail list topic.
       </p>
 </div>
-<a name="N10176"></a><a name="limit"></a>
+<a name="N10182"></a><a name="limit"></a>
 <h4 class="faq">5.2. 
       Does Derby support a LIMIT command? 
       </h4>
@@ -705,7 +725,7 @@
       <a class="external" href="http://mail-archives.apache.org/mod_mbox/db-derby-dev/200411.mbox/%3c41A95632.3010301@debrunners.com%3e">JDBC</a>.
       </p>
 </div>
-<a name="N10182"></a><a name="schema_exist"></a>
+<a name="N1018E"></a><a name="schema_exist"></a>
 <h4 class="faq">5.3. 
       Why do I get the error 'schema does not exist'?
       </h4>
@@ -737,7 +757,7 @@
       to create in a particular schema and no explicit CREATE SCHEMA was issued.
       </p>
 </div>
-<a name="N10193"></a><a name="debug_lock_timeout"></a>
+<a name="N1019F"></a><a name="debug_lock_timeout"></a>
 <h4 class="faq">5.4. 
       I get a lock timeout error. How do I debug this?
       </h4>
@@ -766,7 +786,7 @@
       to narrow down which statements may be holding the locks.
       </p>
 </div>
-<a name="N101AD"></a><a name="identity"></a>
+<a name="N101B9"></a><a name="identity"></a>
 <h4 class="faq">5.5. 
       Can Derby generate unique identifiers like sequences?
       </h4>
@@ -783,9 +803,9 @@
        function returns the most recently assigned number.
       </p>
 </div>
-<a name="N101BD"></a><a name="users_client"></a>
+<a name="N101C9"></a><a name="users_client"></a>
 <h3 class="boxed">6. Using Derby: Client Programming</h3>
-<a name="N101C1"></a><a name="clientserv"></a>
+<a name="N101CD"></a><a name="clientserv"></a>
 <h4 class="faq">6.1. 
       Can you use Derby for client-server applications?
       </h4>
@@ -806,7 +826,7 @@
       <a class="external" href="http://sequoia.continuent.org/HomePage">Sequoia</a>.
       </p>
 </div>
-<a name="N101DD"></a><a name="netclient"></a>
+<a name="N101E9"></a><a name="netclient"></a>
 <h4 class="faq">6.2. 
       Does Derby include a client-server ("network") jdbc driver?
       </h4>
@@ -822,7 +842,7 @@
       and it became available starting with Derby 10.1.
       </p>
 </div>
-<a name="N101E9"></a><a name="db2_jcc_errors"></a>
+<a name="N101F5"></a><a name="db2_jcc_errors"></a>
 <h4 class="faq">6.3. 
       How can I get the message text for an error using the DB2 JDBC
       Universal Driver?
@@ -840,7 +860,7 @@
       mail list topic.
       </p>
 </div>
-<a name="N101F8"></a><a name="derby_xa"></a>
+<a name="N10204"></a><a name="derby_xa"></a>
 <h4 class="faq">6.4. 
       Can you execute a query that spans two Derby databases 
       across different JVMs?
@@ -856,7 +876,7 @@
       <a href="http://db.apache.org/derby/docs/10.2/adminguide/cadminapps811478.html">Admin and Server Guide</a>.
       </p>
 </div>
-<a name="N10204"></a><a name="derby_faster"></a>
+<a name="N10210"></a><a name="derby_faster"></a>
 <h4 class="faq">6.5. 
       Are there any tips to make Derby go faster?
       </h4>
@@ -891,7 +911,7 @@
       
 </ol>
 </div>
-<a name="N1021D"></a><a name="jdbc_lob"></a>
+<a name="N10229"></a><a name="jdbc_lob"></a>
 <h4 class="faq">6.6. 
       Where is an example that shows how to insert a CLOB?
       </h4>
@@ -909,7 +929,7 @@
       provides another example.
       </p>
 </div>
-<a name="N10230"></a><a name="jdbc4"></a>
+<a name="N1023C"></a><a name="jdbc4"></a>
 <h4 class="faq">6.7. 
       Does Derby support JDBC 4.0?
       </h4>

Modified: db/derby/site/trunk/src/documentation/content/xdocs/faq.xml
URL: http://svn.apache.org/viewvc/db/derby/site/trunk/src/documentation/content/xdocs/faq.xml?rev=580757&r1=580756&r2=580757&view=diff
==============================================================================
--- db/derby/site/trunk/src/documentation/content/xdocs/faq.xml (original)
+++ db/derby/site/trunk/src/documentation/content/xdocs/faq.xml Sun Sep 30 10:26:25 2007
@@ -371,6 +371,19 @@
       </p>
       </answer>
     </faq>
+    <faq id="derby_version">
+      <question>
+      How do I find out which version of Derby I am using? 
+      </question>
+      <answer>
+      <p>
+      You can use the sysinfo tool or the JDBC API to get version 
+      information from your Derby installation. See the 
+      <a href="http://wiki.apache.org/db-derby/VersionInfo">VersionInfo 
+      wiki page</a> for more details. 
+      </p>
+      </answer>
+    </faq>
 
   </faqsection>