You are viewing a plain text version of this content. The canonical link for it is here.
Posted to taglibs-dev@jakarta.apache.org by ho...@apache.org on 2002/04/04 04:42:23 UTC

cvs commit: jakarta-taglibs/standard/examples/web/sql links.html

horwat      02/04/03 18:42:23

  Modified:    standard/examples/web/sql links.html
  Log:
  Looks like template overlay didn't work properly. Fixed links.
  
  Bugzilla 7733
  
  Revision  Changes    Path
  1.3       +6 -6      jakarta-taglibs/standard/examples/web/sql/links.html
  
  Index: links.html
  ===================================================================
  RCS file: /home/cvs/jakarta-taglibs/standard/examples/web/sql/links.html,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- links.html	15 Mar 2002 06:58:10 -0000	1.2
  +++ links.html	4 Apr 2002 02:42:23 -0000	1.3
  @@ -1,32 +1,32 @@
   <h2>DataBase Tags Examples</h2>
   
   <h3>Query Iterate&nbsp;&nbsp; <a href="../ShowSource.jsp?filename=/sql/QueryIterate.jsp"><img src="../images/code.gif" width="24" height="24" border="0"></a> 
  -  <a href="../../../sql/QueryIterate.jsp"><img src="../images/execute.gif" width="24" height="24" border="0"></a> 
  +  <a href="../sql/QueryIterate.jsp"><img src="../images/execute.gif" width="24" height="24" border="0"></a> 
   </h3>
   Example showing how to iterate over the result of a query.<br>
   
   <h3>Update&nbsp;&nbsp; <a href="../ShowSource.jsp?filename=/sql/Update.jsp"><img src="../images/code.gif" width="24" height="24" border="0"></a> 
  -  <a href="../../../sql/Update.jsp"><img src="../images/execute.gif" width="24" height="24" border="0"></a> 
  +  <a href="../sql/Update.jsp"><img src="../images/execute.gif" width="24" height="24" border="0"></a> 
   </h3>
   Example showing several database updates.<br>
   
   <h3>Direct Query&nbsp;&nbsp; <a href="../ShowSource.jsp?filename=/sql/QueryDirect.jsp"><img src="../images/code.gif" width="24" height="24" border="0"></a> 
  -  <a href="../../../sql/QueryDirect.jsp"><img src="../images/execute.gif" width="24" height="24" border="0"></a> 
  +  <a href="../sql/QueryDirect.jsp"><img src="../images/execute.gif" width="24" height="24" border="0"></a> 
   </h3>
   Example showing how the the result of a query can be directly accessed.<br>
   
   <h3>Query Parameters&nbsp;&nbsp; <a href="../ShowSource.jsp?filename=/sql/QueryParam.jsp"><img src="../images/code.gif" width="24" height="24" border="0"></a> 
  -  <a href="../../../sql/QueryParam.jsp"><img src="../images/execute.gif" width="24" height="24" border="0"></a> 
  +  <a href="../sql/QueryParam.jsp"><img src="../images/execute.gif" width="24" height="24" border="0"></a> 
   </h3>
   Example showing how query parameters can be used to create an SQL query.<br>
   
   <h3>Transaction&nbsp;&nbsp; <a href="../ShowSource.jsp?filename=/sql/Transaction.jsp"><img src="../images/code.gif" width="24" height="24" border="0"></a> 
  -  <a href="../../../sql/Transaction.jsp"><img src="../images/execute.gif" width="24" height="24" border="0"></a> 
  +  <a href="../sql/Transaction.jsp"><img src="../images/execute.gif" width="24" height="24" border="0"></a> 
   </h3>
   Example showing how to setup transactions.<br>
   
   <h3>Driver Setup&nbsp;&nbsp; <a href="../ShowSource.jsp?filename=/sql/DriverSetup.jsp"><img src="../images/code.gif" width="24" height="24" border="0"></a> 
  -  <a href="../../../sql/DriverSetup.jsp"><img src="../images/execute.gif" width="24" height="24" border="0"></a> 
  +  <a href="../sql/DriverSetup.jsp"><img src="../images/execute.gif" width="24" height="24" border="0"></a> 
   </h3>
   A sample page showing how a driver can be configured. NOTE: this is meant for prototyping and simple applications.<br>
   
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>