blob: 8d2d70798c2977b2838ffe41bd693b5d032356c8 [file] [log] [blame]
<!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>
<title>OpenOffice.org Base - Drivers</title>
<script type="text/javascript" src="/js/dba_default.js"></script>
</head>
<body lang="en-US">
<b>Project Sections</b>:
<a href="../index.html">Home</a>
| <a href="../specifications/index.html">Specifications</a>
| <a href="../QA/index.html">QA</a>
| <a href="../development/index.html">Development</a>
| <a href="./index.html"><b>Database Drivers</b></a><br/>
<b>Database drivers</b>:
<a href="./postgresql/index.html">PostgreSQL</a>
| <a href="./mdb/index.html">Linux MDB</a>
| <a href="./sqlite/index.html">SQLite</a>
<div class="dba">
<h1 id="sdb_drivers">OpenOffice.org Base - Database Drivers</h1>
<p>There are several database drivers available which enable you to access certain database types which
OpenOffice.org does not have native support for. Those drivers are not (yet) part of the "official"
OpenOffice.org distributions, but hosted here. If you like bleeding edge technology, download the driver
if your choice, try it out, and give feedback to the author or in our <a href="mailto:dev@dba.openoffice.org">development
mailing list</a>!</p>
<p>Note that not even the authors of the drivers would, usually, call the current versions "production quality",
so the least thing you should have is a good backup.<img src="../images/smile.gif" alt="smile" style="width: 19px; height: 19px;"></p>
<table cellpadding="0" cellspacing="0" ID="Table1">
<tbody>
<tr class="OddTableRow">
<td style="vertical-align: top;"><a href="../drivers/postgresql/index.html">PostgreSQL</a><br>
</td>
<td style="vertical-align: top;">The postgresql SDBC Driver allows to use the <a href="http://www.postgresql.org">
postgresql database</a> from OpenOffice.org without any other wrapper layer
such as odbc or jdbc.</td>
</tr>
<tr class="EvenTableRow">
<td style="vertical-align: top;"><a href="../drivers/mdb/index.html">Linux MDB</a><br>
</td>
<td style="vertical-align: top;">This driver (which is in development) uses the <a href="http://sourceforge.net/projects/mdbtools">MDBTools</a>
to provide (read) access to Microsoft Access files to Linux users of OpenOffice.org.</td>
</tr>
<tr class="OddTableRow">
<td style="vertical-align: top;"><a href="../drivers/sqlite/index.html">SQLite</a><br>
</td>
<td style="vertical-align: top;">This SDBC driver (currently in alpha state) is dedicated
to giving OpenOffice.org native access to <a href="http://www.sqlite.org">SQLite</a> databases.</td>
</tr>
</tbody>
</table>
<br>
</body>
</html>