User: fs      
Date: 2008-04-30 05:47:18+0000
Modified:
   dba/www/howto/AppendTableAlias.html
   dba/www/howto/IgnoreDriverPrivileges.html
   dba/www/howto/OuterJoinSequence.html
   dba/www/howto/index.html
   dba/www/howto/param_subst.html

Log:
 remove outdated information

File Changes:

Directory: /dba/www/howto/
==========================

File [changed]: AppendTableAlias.html
Url: 
http://dba.openoffice.org/source/browse/dba/www/howto/AppendTableAlias.html?r1=1.5&r2=1.6
Delta lines:  +2 -0
-------------------
--- AppendTableAlias.html       2004-01-18 17:49:13+0000        1.5
+++ AppendTableAlias.html       2008-04-30 05:47:15+0000        1.6
@@ -7,6 +7,8 @@
 </head>
 <body>
 <h1>Table Aliases for data sources</h1>
+<span style="font-size:xx-large;font-weight:bold">Note:</span> <em>The below 
information
+is outdated, it applies only to OpenOffice.org versions prior to 2.0.</em>
 <h2>The Problem</h2>
 When working with select statements, OpenOffice.org usually uses an
 alias name for tables such as in "<span style="font-family: monospace;">SELECT

File [changed]: IgnoreDriverPrivileges.html
Url: 
http://dba.openoffice.org/source/browse/dba/www/howto/IgnoreDriverPrivileges.html?r1=1.4&r2=1.5
Delta lines:  +2 -0
-------------------
--- IgnoreDriverPrivileges.html 2004-01-18 14:27:55+0000        1.4
+++ IgnoreDriverPrivileges.html 2008-04-30 05:47:16+0000        1.5
@@ -7,6 +7,8 @@
 </head>
 <body>
 <h1>Read/Write access rights (privileges) for JDBC/ODBC data sources</h1>
+<span style="font-size:xx-large;font-weight:bold">Note:</span> <em>The below 
information
+is outdated, it applies only to OpenOffice.org versions prior to 2.0.</em>
 <h2>The Problem</h2>
 When working with drivers which not fully support the access to the
 privileges of&nbsp; the database or returning just incorect

File [changed]: OuterJoinSequence.html
Url: 
http://dba.openoffice.org/source/browse/dba/www/howto/OuterJoinSequence.html?r1=1.1&r2=1.2
Delta lines:  +2 -0
-------------------
--- OuterJoinSequence.html      2004-01-28 12:40:10+0000        1.1
+++ OuterJoinSequence.html      2008-04-30 05:47:16+0000        1.2
@@ -8,6 +8,8 @@
 <body>
 <h1>Disable/Enable outer join sequnce<br>
 </h1>
+<span style="font-size:xx-large;font-weight:bold">Note:</span> <em>The below 
information
+is outdated, it applies only to OpenOffice.org versions prior to 2.0.</em>
 <h2>The Problem</h2>
 When working with drivers which not fully support the JDBC or ODBC
 standard, it may happen that the escape sequences are not fully

File [changed]: index.html
Url: 
http://dba.openoffice.org/source/browse/dba/www/howto/index.html?r1=1.29&r2=1.30
Delta lines:  +1 -32
--------------------
--- index.html  2006-11-28 09:47:12+0000        1.29
+++ index.html  2008-04-30 05:47:16+0000        1.30
@@ -19,50 +19,19 @@
 <h1 id="dba_howto">HowTo's</h1>
 <table cellpadding="0" cellspacing="0" id="Table1">
   <tbody>
-    <tr class="EvenTableRow">
+    <tr class="OddTableRow">
       <td width="25%"><a href="mozillaprofile.html">change the preferred 
Mozilla profile</a></td>
       <td>OpenOffic.org features a database driver which allows access to a 
variety of address data sources,
       amongst them the address data of an existent mozilla installation. This 
describes how to force OOo to
       access a specific mozilla user profile.
       </td>
     </tr>
-    <tr class="OddTableRow">
-      <td width="25%" style="vertical-align: top;"><a 
href="param_subst.html">enable parameter name substitution for a
-      specific data source</a>
-      </td>
-      <td style="vertical-align: top;">When working with parametrized 
statements, OpenOffice.org usually uses named
-      parameters such as in "SELECT * FROM &lt;table&gt; WHERE &lt;field&gt; = 
:param." Here ":param" is a named
-      parameter .....
-      </td>
-    </tr>
     <tr class="EvenTableRow">
       <td width="25%" style="vertical-align: top;"><a 
href="UserDefinedDriverUI.html">register new driver types to
       appear in the data source administration dialog</a>
       </td>
       <td>This is an introduction in how to register a new database driver 
into OpenOffice UI.</td>
     </tr>
-    <tr class="OddTableRow">
-      <td><a href="IgnoreDriverPrivileges.html">enable Read/Write access 
rights (privileges) for
-      JDBC/ODBC datasources</a></td>
-      <td>When working with drivers which not fully support the access to the 
privileges of&nbsp; the database or
-      returning just incorect information ...
-      </td>
-    </tr>
-    <tr class="EvenTableRow">
-      <td><a href="AppendTableAlias.html">enable/disable the add of the table 
alias name for a specific data
-      source</a></td>
-      <td>OOo 2.0 feature. Normally the alias of a table will be added to a 
select query, but sometimes it
-      is necessary to change this default behavior.
-      </td>
-    </tr>
-    <tr class="OddTableRow">
-      <td style="vertical-align: top;"><a 
href="OuterJoinSequence.html">disable OUTER JOIN esacpe sequence</a><br>
-      </td>
-      <td style="vertical-align: top;">OOo 2.0 feature. Some drivers don't 
support the outer join sequence
-      defined in ODBC and JDBC. To workaround this, you can disable the escape 
sequence which this flag.
-      {OJ ...} will not be added anymore.<br>
-      </td>
-    </tr>
   </tbody>
 </table>
 <br>

File [changed]: param_subst.html
Url: 
http://dba.openoffice.org/source/browse/dba/www/howto/param_subst.html?r1=1.8&r2=1.9
Delta lines:  +2 -0
-------------------
--- param_subst.html    2004-01-18 17:49:13+0000        1.8
+++ param_subst.html    2008-04-30 05:47:16+0000        1.9
@@ -7,6 +7,8 @@
 </head>
 <body>
 <h1>Parameter Name Substitution for ODBC data sources</h1>
+<span style="font-size:xx-large;font-weight:bold">Note:</span> <em>The below 
information
+is outdated, it applies only to OpenOffice.org versions prior to 2.0.</em>
 <h2>The Problem</h2>
 When working with parametrized statements, OpenOffice.org usually uses
 named parameters such as in "<span style="font-family: monospace;">SELECT




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

Reply via email to