User: fs      
Date: 06/04/21 04:58:48

Added:
 /dba/www/
  test.html

Log:
 test

File Changes:

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

File [added]: test.html
Url: 
http://dba.openoffice.org/source/browse/dba/www/test.html?rev=1.1&content-type=text/vnd.viewcvs-markup
Added lines: 181
----------------
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
    <meta http-equiv="Content-Style-Type" content="text/css" />
    <style type="text/css">@import url("css/dba.css");</style>
    <style type="text/css">@import 
url("http://www.openoffice.org/branding/css/tigris.css";);</style>
    <style type="text/css">@import 
url("http://www.openoffice.org/branding/css/inst.css";);</style>
    <title>OpenOffice.org Database Access - Project Home</title>
    <script type="text/javascript" src="file:///m:/js/niftycube.js"></script>
    <script type="text/javascript">
      window.onload=function(){ Nifty("h1", "normal"); }
    </script>
  </head>
  <body>
    <div id="menu">
      <ul id="nav">
        <li id="home" class="activelink"><a 
href="/index.html"><b>Home</b></a></li>
        <li><a href="/howto/index.html">HowTo's</a></li>
        <li><a href="/specifications/index.html">Specifications</a></li>
        <li><a href="/FAQ/index.html">Tips 'n' Tricks</a></li>
        <li><a href="/downloads/index.html">Downloads</a></li>
        <li><a href="/miscellaneous/index.html">Miscellaneous</a></li>
        <li><a href="/drivers/index.html">Drivers</a></li>
      </ul>
    </div>

    <hr/>

    <div class="dba">
      <h1>Database Access Project</h1>
      <div class="axial">
        <table border="0" cellspacing="2" cellpadding="3" ID="Table2">
          <tr>
            <th>
              Category</th>
            <td><a href="http://projects.openoffice.org/";>Accepted 
Projects</a></td>
          </tr>
          <tr>
            <th>
              License</th>
            <td><a 
href="http://ui.openoffice.org/servlets/LicenseDetails?licenseID=5";>LGPL</a></td>
          </tr>
          <tr>
            <th>Owner(s)</th>
            <td><a href="mailto:[EMAIL PROTECTED]">Frank Sch&ouml;nheit</a></td>
          </tr>
          <tr>
            <th>QA Lead(s)</th>
            <td><a href="mailto:[EMAIL PROTECTED]">Marc Neumann</a></td>
          </tr>
          <tr>
            <th>Forums</th>
            <td>Please use the provided <a 
href="http://dba.openoffice.org/servlets/ProjectMailingListList";>mailing 
lists</a>
            for discussion of this project and related issues.</td>
          </tr>
        </table>
      </div>
      <h2>Project Overview</h2>
      The Database Access is dedicated to enabling OpenOffice.org applications 
with
      database access. To reach this, we provide a full and flexible API 
(similar to
      the <a 
href="http://java.sun.com/products/jdk/1.2/docs/api/java/sql/package-summary.html";>
        JDBC API</a>), implemented in <a href="http://udk.openoffice.org/";>UNO 
</a>(OpenOffice.org's
      component model).<br />
      <br />
      Currently, there are implementations enabling access to JDBC, ODBC 3.0, 
ADO
      providers, <a href="http://www.mysql.com/";>MySQL</a>, dBase and CSV 
files, and
      Adabas D. However, the component technology behind <a 
href="http://api.openoffice.org/docs/common/ref/com/sun/star/sdbc/module-ix.html";>
        SDBC</a>,<a 
href="http://api.openoffice.org/docs/common/ref/com/sun/star/sdbcx/module-ix.html";>
        SDBCX</a>, and <a 
href="http://api.openoffice.org/docs/common/ref/com/sun/star/sdb/module-ix.html";>
        SDB</a> is flexible enough to be extended with new drivers easily.<br />
      <br />
      Forms (data-aware forms as well as HTML forms) are a part of the Database
      Access Project, too.

      <h2>Mission Statement</h2>
      We want to provide the user with the possibility to work with her 
favourite
      database (no matter how it is named) from within OpenOffice.org, as 
seamless as
      possible.

      <h2>Feedback wanted - SQLite driver for Linux</h2>
      There is an <a href="/drivers/sqlite/index.html">alpha version of an 
SQLite driver</a> available.
      It currently supports reading and writing <a 
href="http://www.sqlite.org";>SQLite</a> 2.8.x databases.
      If you're adventurous, you might want to try this out. If you're even 
more adventurous, you might
      want to make it run on Windows, too. Please visit the <a 
href="/drivers/sqlite/index.html">driver's home page</a>
      for more details.

      <h2>Feedback wanted - PostgreSQL driver</h2>
      There is an alpha version of a PostregSQL driver available. If bleeding 
edge
      technology doesn't scare you, you might want to try this out, and give us 
your
      feedback. Please visit the <a 
href="drivers/postgresql/index.html">driver's home
        page</a> for more details.

      <h2>Feedback wanted - MDB driver for Linux</h2>
      There is an alpha version of a MDB driver available. It currently has 
read-only
      support for Access 97 (Jet 3) and Access 2000/2002 (Jet 4) formats. If 
bleeding
      edge technology doesn't scare you, you might want to try this out, and 
give us
      your feedback. Please visit the <a href="drivers/mdb/index.html">driver's 
home
        page</a> for more details.
      <h2>Project structure</h2>
      <table cellpadding="0" cellspacing="0" ID="Table1">
        <tbody>
          <tr class="MainTableHeader">
            <td colspan="2" width="100%">Modules in the Database Access 
Project</td>
          </tr>
          <tr class="InnerTableHeader">
            <td style="vertical-align: top;" width="15%">Module</td>
            <td style="vertical-align: top;">Functionality</td>
          </tr>
          <tr class="OddTableRow">
            <td style="vertical-align: top;" width="15%"><a 
href="http://dba.openoffice.org/source/browse/dba/connectivity/";>connectivity</a><br>
            </td>
            <td style="vertical-align: top;">Base connectivity. This module 
contains database
              driver implementations for ODBC 3.0, JDBC, ADO, dBase, and CSV 
files. The way
              to access these drivers is very similar to JDBC as the drivers 
implement an API
              which covers the JDBC API..<br>
            </td>
          </tr>
          <tr class="EvenTableRow">
            <td style="vertical-align: top;" width="15%"><a 
href="http://dba.openoffice.org/source/browse/dba/dbaccess/";>dbaccess</a><br>
            </td>
            <td style="vertical-align: top;">Database access layer. This module 
contains code
              for accessing databases from applications. It also contains the 
following:
              <br>
              <ul>
                <li>
                  Core implementations for configuration of data sources</li>
                <li>
                  Additional implementations like RowSets and abstractions like 
database meta
                  informations</li>
                <li>
                  A graphical user interface (GUI) for customizing data sources 
and access to
                  data<br>
                </li>
              </ul>
            </td>
          </tr>
        </tbody>
      </table>
      <br />
      <table cellpadding="0" cellspacing="0" ID="Table3">
        <tbody>
          <tr class="MainTableHeader">
            <td colspan="2" width="100%">Modules in other Projects, related to 
Database
              Access</td>
          </tr>
          <tr class="InnerTableHeader">
            <td style="vertical-align: top;" width="15%">Module<br>
            </td>
            <td style="vertical-align: top;">Functionality<br>
            </td>
          </tr>
          <tr class="OddTableRow">
            <td style="vertical-align: top;" width="15%"><a 
href="http://dba.openoffice.org/source/browse/gsl/forms/";>forms</a><br>
            </td>
            <td style="vertical-align: top;">This module, though currently part 
of the GSL
              project, is related to Database access as well. It contains most 
of the code
              necessary to build up a form layer (means the components for 
logical forms,
              control models, and controls). This project is self-contained, 
means it is only
              exporting UNO components.<br>
            </td>
          </tr>
          <tr class="EvenTableRow">
            <td style="vertical-align: top;" width="15%"><a 
href="http://dba.openoffice.org/source/browse/graphics/svx/";>svx</a><br>
            </td>
            <td style="vertical-align: top;">Additional implementations for 
integrating the
              form layer into the aplications can be found in the SVX module, 
project
              grahics. Here, the directories svx/source/form and 
svx/source/fmcomp belong to
              Database Access.<br>
              <br>
              Additionally, basics for the form layer (more precise, basics for 
integrating
              UNO controls into applications drawing layer) can be found in
              svx/source/svdraw.<br>
            </td>
          </tr>
        </tbody>
      </table>
      <br />
      <br />
  </body>
</html>




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

Reply via email to