<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.openoffice.org/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=MSPhobe</id>
	<title>Apache OpenOffice Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.openoffice.org/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=MSPhobe"/>
	<link rel="alternate" type="text/html" href="https://wiki.openoffice.org/wiki/Special:Contributions/MSPhobe"/>
	<updated>2026-06-09T09:35:05Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.35.14</generator>
	<entry>
		<id>https://wiki.openoffice.org/w/index.php?title=Database/Drivers/MySQL_Native/1.0&amp;diff=217007</id>
		<title>Database/Drivers/MySQL Native/1.0</title>
		<link rel="alternate" type="text/html" href="https://wiki.openoffice.org/w/index.php?title=Database/Drivers/MySQL_Native/1.0&amp;diff=217007"/>
		<updated>2013-03-15T14:02:08Z</updated>

		<summary type="html">&lt;p&gt;MSPhobe: /* Contact */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{DISPLAYTITLE:MySQL Connector for OpenOffice.org 1.0}} &lt;br /&gt;
&lt;br /&gt;
== Introduction  ==&lt;br /&gt;
&lt;br /&gt;
MySQL Connector for OpenOffice.org is a [http://www.mysql.org MySQL] driver for [http://www.openoffice.org/ OpenOffice.org]. It can be used to connect from [http://download.openoffice.org OpenOffice.org 3.1] to a MySQL server 5.1 or newer. &lt;br /&gt;
&lt;br /&gt;
Before MySQL Connector for OpenOffice.org became available you&amp;#039;d have to use [http://dev.mysql.com/downloads/connector/j/ MySQL Connector/J (JDBC)] or [http://dev.mysql.com/downloads/connector/odbc/ MySQL Connector for ODBC] to connect to a MySQL server. &lt;br /&gt;
&lt;br /&gt;
Therefore the driver is also referred to as a native driver in the context of OpenOffice.org. The term native driver clashes with the MySQL definition of a native driver: MySQL Connector for OpenOffice.org does not implement the MySQL Client Server protocol. Technically speaking the MySQL Connector for OpenOffice.org is implemented as a proxy on top of the [http://dev.mysql.com/doc/refman/5.1/en/connector-cpp.html MySQL Connector/C++]. &lt;br /&gt;
&lt;br /&gt;
The driver is delivered as an OpenOffice.org extension. &lt;br /&gt;
&lt;br /&gt;
=== Advantages  ===&lt;br /&gt;
&lt;br /&gt;
Using MySQL Connector for OpenOffice.org has the following advantages: &lt;br /&gt;
&lt;br /&gt;
*Easy installation through the OpenOffice.org Extension Manager. &lt;br /&gt;
*Seamless integration into OpenOffice.org. &lt;br /&gt;
*Work on multiple MySQL schemata (databases) simultaneously &lt;br /&gt;
*Connect to MySQL servers using named pipes (Windows) or Sockets (Unix) &lt;br /&gt;
*No need to go through an additional Connector installation routine (ODBC/JDBC) &lt;br /&gt;
*No need to configure or register an additional Connector (ODBC) &lt;br /&gt;
*No need to install or configure a driver manager (ODBC) &lt;br /&gt;
*No need for a Java Runtime Environment (JDBC)&lt;br /&gt;
&lt;br /&gt;
=== Status  ===&lt;br /&gt;
&lt;br /&gt;
The MySQL Connector for OpenOffice.org is released in version 1.0.1, in production quality.&lt;br /&gt;
&lt;br /&gt;
== Installation  ==&lt;br /&gt;
&lt;br /&gt;
=== Install or upgrade to OpenOffice.org 3.1  ===&lt;br /&gt;
&lt;br /&gt;
OpenOffice.org 3.1 is available from OpenOffice.org&amp;#039;s [http://download.openoffice.org download site]. The driver does not work together with earlier versions of OpenOffice.org. It will also run in OpenOffice.org when it becomes available, but not in current developer snapshots (up to, anticipated, DEV300.m57). &lt;br /&gt;
&lt;br /&gt;
Please use &amp;quot;vanilla&amp;quot; OpenOffice.org: As with all extensions containing binary code, they&amp;#039;re potentially incompatible with other OpenOffice.org distributions (like the one from your favorite Linux distribution), and are not necessarily expected to work with them. If you&amp;#039;re using an OpenOffice.org build obtained elsewhere, e.g. by your favorite Linux distributor, then please ask this source to also provide the MySQL Connector for OpenOffice.org. &lt;br /&gt;
&lt;br /&gt;
=== Download MySQL Connector for OpenOffice.org  ===&lt;br /&gt;
&lt;br /&gt;
The extension is available from the [http://extensions.services.openoffice.org/project/mysql_connector OpenOffice.org extensions repository]. It is provided for the usual 6 platforms (Windows, Linux Intel 32 Bit, Linux Intel 64 Bit, Solaris Sparc, Solaris Intel 32 Bit, Mac OS X Intel). &lt;br /&gt;
&lt;br /&gt;
Download the file to a location of your choice, for example &amp;lt;code&amp;gt;My Documents&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;~/Documents&amp;lt;/code&amp;gt;. &lt;br /&gt;
&lt;br /&gt;
=== Users of the Beta version please note  ===&lt;br /&gt;
&lt;br /&gt;
If you have installed the previous Beta version please uninstall it first manually in the Extension Manager. The final version has a new product name and therefore it is not possible to update it via the extension mechanism. Also delete the cached database connection that was previously created as it cannot be re-used again (e.g., Windows: &amp;lt;code&amp;gt;&amp;quot;C:\Documents and Settings\&amp;amp;lt;user&amp;amp;gt;\Application Data\OpenOffice.org\3\user\uno_packages\cache\registry\*&amp;quot;&amp;lt;/code&amp;gt; or Unix: &amp;lt;code&amp;gt;&amp;quot;/home/&amp;amp;lt;user&amp;amp;gt;/.openoffice.org/3/user/uno_packages/cache/registry/*&amp;quot;&amp;lt;/code&amp;gt;). &lt;br /&gt;
&lt;br /&gt;
=== Installing the extension  ===&lt;br /&gt;
&lt;br /&gt;
Add the &amp;lt;code&amp;gt;.oxt&amp;lt;/code&amp;gt; extension through the Extension Manager of OpenOffice.org. In OpenOffice.org, select &amp;lt;code&amp;gt;Tools, Extension Manager...&amp;lt;/code&amp;gt; and specify the &amp;lt;code&amp;gt;.oxt&amp;lt;/code&amp;gt; file as a new extension. When done, MySQL Connector for OpenOffice.org should show up as a new extension under &amp;lt;code&amp;gt;My Extensions&amp;lt;/code&amp;gt;. &lt;br /&gt;
&lt;br /&gt;
[[Image:Conn ooo 1.0 GA extensions.png]] &lt;br /&gt;
&lt;br /&gt;
Restart OpenOffice.org to complete the installation. &lt;br /&gt;
&lt;br /&gt;
== Getting Started: Connecting to MySQL  ==&lt;br /&gt;
&lt;br /&gt;
MySQL Connector for OpenOffice.org allows you to access the MySQL Server and its schemata from the OpenOffice.org suite. &lt;br /&gt;
&lt;br /&gt;
The following example demonstrates the creation of a new OpenOffice.org Base database which uses a local MySQL Server for storage and the new connector for connecting. &lt;br /&gt;
&lt;br /&gt;
=== Select the database  ===&lt;br /&gt;
&lt;br /&gt;
Create a new database (&amp;lt;code&amp;gt;File, New, Database&amp;lt;/code&amp;gt;). This starts a wizard that allows you to create a new, open an existing, or connect to existing database. Select the latter option. &lt;br /&gt;
&lt;br /&gt;
From the drop-down list, select &amp;lt;code&amp;gt;MySQL&amp;lt;/code&amp;gt;. Click &amp;lt;code&amp;gt;Next&amp;amp;nbsp;&amp;amp;gt;&amp;amp;gt;&amp;lt;/code&amp;gt;. &lt;br /&gt;
&lt;br /&gt;
[[Image:Conn ooo alpha wizard1.png]] &lt;br /&gt;
&lt;br /&gt;
=== Select the type of the driver  ===&lt;br /&gt;
&lt;br /&gt;
You can use three different MySQL drivers for connecting to MySQL from OpenOffice.org. You can choose a generic ODBC or JDBC connection method or the native driver. Select &amp;lt;code&amp;gt;Connect native&amp;lt;/code&amp;gt;. Click &amp;lt;code&amp;gt;Next&amp;amp;nbsp;&amp;amp;gt;&amp;amp;gt;&amp;lt;/code&amp;gt;. &lt;br /&gt;
&lt;br /&gt;
[[Image:Conn ooo alpha wizard2.png]] &lt;br /&gt;
&lt;br /&gt;
=== Setting up the database connection  ===&lt;br /&gt;
&lt;br /&gt;
Set up the database connection. Put the schema (database) you want to connect to into &amp;lt;code&amp;gt;Name of the database&amp;lt;/code&amp;gt;. Enter the URL (host name, or simply type &amp;lt;code&amp;gt;localhost&amp;lt;/code&amp;gt; when connecting to the server on your own PC), Port and Socket (or leave socket empty) of your MySQL Server. Click &amp;lt;code&amp;gt;Next&amp;amp;nbsp;&amp;amp;gt;&amp;amp;gt;&amp;lt;/code&amp;gt;. &lt;br /&gt;
&lt;br /&gt;
[[Image:Conn ooo alpha wizard3.png]] &lt;br /&gt;
&lt;br /&gt;
=== Fill in user credentials  ===&lt;br /&gt;
&lt;br /&gt;
Provide the user credentials for connecting to your MySQL Server. Click &amp;lt;code&amp;gt;Next&amp;amp;nbsp;&amp;amp;gt;&amp;amp;gt;&amp;lt;/code&amp;gt;. &lt;br /&gt;
&lt;br /&gt;
[[Image:Conn ooo alpha wizard4.png]] &lt;br /&gt;
&lt;br /&gt;
=== Save and proceed  ===&lt;br /&gt;
&lt;br /&gt;
Finish the wizard. All defaults are a safe choice. Click &amp;lt;code&amp;gt;Finish&amp;amp;nbsp;&amp;amp;gt;&amp;amp;gt;&amp;lt;/code&amp;gt;. &lt;br /&gt;
&lt;br /&gt;
[[Image:Conn ooo alpha wizard5.png]] &lt;br /&gt;
&lt;br /&gt;
== Getting Started: Usage Examples  ==&lt;br /&gt;
&lt;br /&gt;
=== Listing Tables  ===&lt;br /&gt;
&lt;br /&gt;
In the Database area of the Base main window, select Tables. If this is the first time you&amp;#039;re accessing the database you&amp;#039;ll be prompted for your credentials (username and password); you can store these settings for your current Base session. &lt;br /&gt;
&lt;br /&gt;
[[Image:Conn ooo alpha base.png]] &lt;br /&gt;
&lt;br /&gt;
Depending on your connection settings you will now see all databases with all their tables, or just the database you&amp;#039;ve specified in the connection settings. &lt;br /&gt;
&lt;br /&gt;
== Known Issues  ==&lt;br /&gt;
&lt;br /&gt;
There is currently [[Database/Drivers/MySQL Native/1.0/Known Issues|1 known issue]] in MySQL Connector for OpenOffice.org. We decided to nonetheless release version 1.0, since we think that it&amp;#039;s better for all users, which do not encounter this particular problem, to benefit from this great extension. &lt;br /&gt;
&lt;br /&gt;
== Contact  ==&lt;br /&gt;
&lt;br /&gt;
If you discover a bug, or just want to give any kind of feedback on the connector, please send an email to [mailto:users@dba.openoffice.org users@dba.openoffice.org]. It&amp;#039;s a low-volume list with less than 10 mails per day. If you prefer reading it by means other than subscribing to it, see [[Base Mailing List|here]]. &lt;br /&gt;
&lt;br /&gt;
[[Category:Database_Drivers]] [[fr:FR/Documentation/Base/MySQL Connector|fr:FR/Documentation/Base/MySQL Connector]]&lt;br /&gt;
&lt;br /&gt;
== Other resources ==&lt;br /&gt;
&lt;br /&gt;
[http://sheepdogguides.com/srv/s0MySqlDoInst.htm Guide to setting up, getting started with, Open Office as client on MySQL server]&lt;/div&gt;</summary>
		<author><name>MSPhobe</name></author>
	</entry>
	<entry>
		<id>https://wiki.openoffice.org/w/index.php?title=Connect_MySQL_and_Base&amp;diff=217006</id>
		<title>Connect MySQL and Base</title>
		<link rel="alternate" type="text/html" href="https://wiki.openoffice.org/w/index.php?title=Connect_MySQL_and_Base&amp;diff=217006"/>
		<updated>2013-03-15T14:00:14Z</updated>

		<summary type="html">&lt;p&gt;MSPhobe: Information added about more direct way to go to a MySQL server... the OO &amp;quot;native&amp;quot; MySQL connector.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This is a tutorial on connecting to a MySQL database server with OpenOffice.org Base using the JDBC connector.&lt;br /&gt;
&lt;br /&gt;
Since this tutorial was written, [http://wiki.openoffice.org/wiki/Database/Drivers/MySQL_Native/1.0 a &amp;quot;native&amp;quot; connector for Open Office has been created]. (Connector has exisited since at least Jan-11) Some would say that a &amp;quot;direct&amp;quot;, &amp;quot;native&amp;quot; connection was more likely to run well that one that introduces &amp;quot;extra&amp;quot; elements to the situation. There is a [http://sheepdogguides.com/srv/s0MySqlDoInst.htm &amp;quot;getting started&amp;quot; tutorial for the native connector].&lt;br /&gt;
&lt;br /&gt;
OpenOffice.org comes directly with support of JDBC connectivity to multiple databases. OpenOffice.org needs [http://www.java.com/en/download/index.jsp Java Runtime Environment] to be able to use JDBC. Verify that you have JRE on your OOo by going to &amp;#039;&amp;#039;&amp;#039;Tools - Options - OpenOffice.org General - Java&amp;#039;&amp;#039;&amp;#039;. &lt;br /&gt;
&lt;br /&gt;
== Using JDBC on Windows ==&lt;br /&gt;
=== Installation ===&lt;br /&gt;
First, download and unzip the java archive. Obtain the [http://www.mysql.com/products/connector/j/ mysql-connector-J] from the [http://www.mysql.com MySQL website]. Follow the instructions on the [http://www.mysql.com MySQL website]to find and then download a gzipped and zipped set of files to a convenient location on the local computer. The target file will be named something like &amp;quot;mysql-connector-java-x.x.x.zip.&amp;quot; Following the appropriate method for your zip program, unzip the downloaded file to a permanent location, for example, c:\Program Files\mySQL-Connector\. (NOTE: In Windows systems, double-clicking a zipped file usually gives access to the contents of the zip file, whereupon you may select from the resulting explorer window &amp;quot;Extract Files.&amp;quot;)&lt;br /&gt;
&lt;br /&gt;
Next, make OOo aware of the newly downloaded java archive.  Start OpenOffice.org and on the menu select &amp;#039;&amp;#039;&amp;#039;Tools - Options - OpenOffice.org - Java&amp;#039;&amp;#039;&amp;#039;. Click on the button &amp;#039;&amp;#039;&amp;#039;Class Path...&amp;#039;&amp;#039;&amp;#039;; then click on the button &amp;#039;&amp;#039;&amp;#039;Add Archive...&amp;#039;&amp;#039;&amp;#039;; and navigate to where the mysql-connector-x.x.x-java-bin.jar file is located (see previous step). Click on the mysql-connector-x.x.x-java-bin.jar file once to highlight and click on the button &amp;#039;&amp;#039;&amp;#039;Open&amp;#039;&amp;#039;&amp;#039;. The mysql-connector-x.x.x-java-bin.jar file should then appear in the list of &amp;#039;&amp;#039;&amp;#039;Assigned folders and Archives&amp;#039;&amp;#039;&amp;#039;. Click on &amp;#039;&amp;#039;&amp;#039;OK&amp;#039;&amp;#039;&amp;#039; to close the dialog. OpenOffice.org will notify you that you need restart the program for the changes to take effect.&lt;br /&gt;
&lt;br /&gt;
Finally, restart OOo and check functionality.  Close OpenOffice.org &amp;#039;&amp;#039;&amp;#039;completely&amp;#039;&amp;#039;&amp;#039;, that is, close all open OOo windows and shut down the quickstarter program located in the system tray (if it is running). Restart OpenOffice.org, and the JDBC connector should then be available and functioning.&lt;br /&gt;
&lt;br /&gt;
=== Operation ===&lt;br /&gt;
See Operation below under Linux.&lt;br /&gt;
&lt;br /&gt;
== Using ODBC on Windows ==&lt;br /&gt;
&lt;br /&gt;
Obtain [http://dev.mysql.com/downloads/connector/odbc/ mysql-connector-odbc] from the [http://www.mysql.com MySQL website] and install it on your system. Then:&lt;br /&gt;
&lt;br /&gt;
1) Navigate to Control Panel &amp;gt; Administrative Tools and double-click on Data Sources (ODBC)&lt;br /&gt;
&lt;br /&gt;
2) on the User DSN tab Click Add button and from the list of available drivers, select the MySQL ODBC Driver, and click OK.&lt;br /&gt;
&lt;br /&gt;
3) Input requires data in the appeared dialog:&lt;br /&gt;
&lt;br /&gt;
Data Source Name: it&amp;#039;s optional. Let it be &amp;quot;Mysql-test&amp;quot; in our case.&lt;br /&gt;
&lt;br /&gt;
Description: is optional as well.&lt;br /&gt;
&lt;br /&gt;
Server: &amp;#039;&amp;#039;&amp;#039;localhost&amp;#039;&amp;#039;&amp;#039; (in case mysql server is installed on the local machine, or IP Address if it&amp;#039;s on network machine)&lt;br /&gt;
&lt;br /&gt;
fill out user and password fields respectively. You should be able to see mysql databases under Database drop-down list, choose one. Click OK.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Then, Establishing connection by Creating New Base file:&lt;br /&gt;
&lt;br /&gt;
1) File &amp;gt; New &amp;gt; Database&lt;br /&gt;
&lt;br /&gt;
2) Click on the radio button Connect to an existing database and choose MySQL from the dropdown menu. Click on Next.&lt;br /&gt;
&lt;br /&gt;
3) In the next dialog, you should accept the default choice of Connect using ODBC, and then click on Next.&lt;br /&gt;
&lt;br /&gt;
4) Click Browse and select created connection ([MySQL-test] should be in the list in our case) and next.&lt;br /&gt;
&lt;br /&gt;
5) then enter username and Finish. Save file.&lt;br /&gt;
&lt;br /&gt;
== Using JDBC on Linux ==&lt;br /&gt;
=== Installation ===&lt;br /&gt;
Download the [http://www.mysql.com/products/connector/j/ mysql-connector-J] which you can download from the [http://www.mysql.com MySQL website]. [http://www.mysql.com/products/connector/j/ MySQL Connector/J] adds JDBC connectivity to MySQL. Unpack, untar or unzip the downloaded file anywhere where you can access it as a normal user, for example, to your desktop. On KDE, you can use Ark, on Gnome FileRoller, or even the Nautilus scripts that are included in some Linux distributions, or the usual &amp;quot;tar -zvf&amp;quot; from a console. A directory is created at the desired location named mysql-connector-java-x.x.x, where the x.x.x represents the version number of the JDBC connector you have downloaded. Inside this directory, you will find a file called mysql-connector-x.x.x-java-bin.jar.&lt;br /&gt;
&lt;br /&gt;
Start OpenOffice.org and go to the menu &amp;#039;&amp;#039;&amp;#039;Tools - Options - OpenOffice.org General Java&amp;#039;&amp;#039;&amp;#039;. Click on the button &amp;#039;&amp;#039;&amp;#039;Class Path...&amp;#039;&amp;#039;&amp;#039;, then choose &amp;#039;&amp;#039;&amp;#039;Add Archive...&amp;#039;&amp;#039;&amp;#039; and navigate to where the mysql-connector-x.x.x-java-bin.jar file is located. Click on &amp;#039;&amp;#039;&amp;#039;Open&amp;#039;&amp;#039;&amp;#039;, and the file should then appear in the list of &amp;#039;&amp;#039;&amp;#039;Assigned folders and Archives&amp;#039;&amp;#039;&amp;#039;. You can then click on &amp;#039;&amp;#039;&amp;#039;OK&amp;#039;&amp;#039;&amp;#039; and close OpenOffice.org completely. You may receive a message indicating that you have to do that anyway in order for OpenOffice.org to be able recognize your changes correctly. If the OpenOffice.org quickstarter is running, you should close that application as well.&lt;br /&gt;
&lt;br /&gt;
Instead of downloading the connector from the MySQL download site, you can also use the corresponding packages of your distribution like&lt;br /&gt;
* libmysql-java for debian and ubuntu&lt;br /&gt;
&lt;br /&gt;
Note that the use of the MySQL Java Connector requires MySQL to be installed and running on your Linux system. On Redhat/Enterprise Linux, MySQL can be installed and made to run via the following commands in a terminal;&lt;br /&gt;
&lt;br /&gt;
::su root&lt;br /&gt;
::yum install mysql-server mysql&lt;br /&gt;
::cd /sbin&lt;br /&gt;
::./chkconfig mysqld on&lt;br /&gt;
::/etc/init.d/mysqld start&lt;br /&gt;
&lt;br /&gt;
=== Operation ===&lt;br /&gt;
&lt;br /&gt;
When you restart OpenOffice.org after installing the MySQL Java connect driver, you should now be able to create a new OpenOffice.org Base database document that can connect to your existing mysql database. Note that you will need to have first created your database on your mysql server. &lt;br /&gt;
&lt;br /&gt;
:: One method to do this requires using the mysql command line client;&lt;br /&gt;
:::mysqladmin -u root password NEWPASSWORD&lt;br /&gt;
:::mysql -u root -p&lt;br /&gt;
:::CREATE DATABASE newdatabasename;&lt;br /&gt;
:::CREATE USER &amp;#039;newusername&amp;#039;@&amp;#039;localhost&amp;#039; IDENTIFIED BY &amp;#039;password&amp;#039;;	&lt;br /&gt;
:::GRANT ALL ON *.* TO &amp;#039;newusername&amp;#039;@&amp;#039;localhost&amp;#039;;&lt;br /&gt;
&lt;br /&gt;
:: Another method to do this requires the use of a graphical user interface to administer your mysql server (for example PHPMyAdmin). &lt;br /&gt;
&lt;br /&gt;
Now do the following :&lt;br /&gt;
&lt;br /&gt;
1) &amp;#039;&amp;#039;&amp;#039;File &amp;gt; New &amp;gt; Database&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
2) Click on the radio button &amp;#039;&amp;#039;&amp;#039;Connect to an existing database&amp;#039;&amp;#039;&amp;#039; and choose &amp;#039;&amp;#039;&amp;#039;MySQL&amp;#039;&amp;#039;&amp;#039; from the dropdown menu. Click on &amp;#039;&amp;#039;&amp;#039;Next&amp;#039;&amp;#039;&amp;#039;.&lt;br /&gt;
&lt;br /&gt;
3) In the next dialog, you should accept the default choice of &amp;#039;&amp;#039;&amp;#039;Connect using JDBC&amp;#039;&amp;#039;&amp;#039;, and then click on &amp;#039;&amp;#039;&amp;#039;Next&amp;#039;&amp;#039;&amp;#039;.&lt;br /&gt;
&lt;br /&gt;
4) The next step varies depending upon the exact version of openoffice.org installed.&lt;br /&gt;
&lt;br /&gt;
::If the fields &amp;#039;&amp;#039;&amp;#039;Name of the database&amp;#039;&amp;#039;&amp;#039; and &amp;#039;&amp;#039;&amp;#039;Server URL&amp;#039;&amp;#039;&amp;#039; are present, perform the following;&lt;br /&gt;
&lt;br /&gt;
:::In the &amp;#039;&amp;#039;&amp;#039;Name of the database&amp;#039;&amp;#039;&amp;#039; field, enter the name of your mysql database as it is called on the mysql server, paying attention to the spelling. &lt;br /&gt;
:::In the &amp;#039;&amp;#039;&amp;#039;Server URL&amp;#039;&amp;#039;&amp;#039; field, enter either the fully qualified internet domain name of the server on which your mysql server is running, or its IP address or, if you are running the mysql server locally on your own computer, simply type localhost. You can adjust the connection port or leave default port 3306 in the field &amp;#039;&amp;#039;&amp;#039;Port number&amp;#039;&amp;#039;&amp;#039;. An example Server URL would be: localhost, 192.168.1.1, or 96.115.86.166, or something like that.&lt;br /&gt;
&lt;br /&gt;
::If only the field &amp;#039;&amp;#039;&amp;#039;Data Source URL&amp;#039;&amp;#039;&amp;#039; is present perform the following;&lt;br /&gt;
&lt;br /&gt;
:::In the &amp;#039;&amp;#039;&amp;#039;Data Source URL&amp;#039;&amp;#039;&amp;#039; field, enter a combination of the servername, port (optional), and data base name, in the following format; jdbc:mysql://serverAddress:3306/databaseName (or jdbc:mysql://serverAddress/databaseName without the port number). An example Server Address would be: &amp;#039;&amp;#039;&amp;#039;localhost&amp;#039;&amp;#039;&amp;#039; (if mysql server is installed on local computer), 192.168.1.1, or 96.115.86.166, or something like that if mysql server is installed on network computer.&lt;br /&gt;
&lt;br /&gt;
::For the field &amp;#039;&amp;#039;&amp;#039;MySQL JDBC driver class:&amp;#039;&amp;#039;&amp;#039; enter the class name for the JDBC driver you installed. You can find the correct class name in the documentation that came with the driver. MySQL java connector archive version 5.1.6 contains connector-j.pdf document with description in subdirectory docs. The class name is &amp;#039;&amp;#039;&amp;#039;com.mysql.jdbc.Driver&amp;#039;&amp;#039;&amp;#039; for version 5.1.6. Click on &amp;#039;&amp;#039;&amp;#039;Test Class&amp;#039;&amp;#039;&amp;#039; just to make sure that you have correctly set up the access to the connector as detailed above. If the connector has been set up correctly, you will get a message that says &amp;#039;&amp;#039;&amp;#039;The JDBC driver was loaded correctly&amp;#039;&amp;#039;&amp;#039;. Now click on &amp;#039;&amp;#039;&amp;#039;Next&amp;#039;&amp;#039;&amp;#039;. &lt;br /&gt;
&lt;br /&gt;
5) Now enter the name of the user and the password (if required by the mysql server) that you have previously created for use of the database on the mysql server. If you click on &amp;#039;&amp;#039;&amp;#039;Test Connection&amp;#039;&amp;#039;&amp;#039;, you will be asked for a password if you have ticked the password box beforehand. If the connection to the database succeeds, you will get a message &amp;#039;&amp;#039;&amp;#039;Connection test: The connection was established successfully&amp;#039;&amp;#039;&amp;#039;. Click on &amp;#039;&amp;#039;&amp;#039;Next&amp;#039;&amp;#039;&amp;#039;. If you get an error indicating a character conversion error, edit both the [client] and [mysqld] sections of my.cnf to include default-character-set=utf8 in both sections. Restart the mysql server.&lt;br /&gt;
&lt;br /&gt;
6) On the final screen of the database wizard dialog, you can in general leave the default settings as they are, i.e. &amp;#039;&amp;#039;&amp;#039;Yes, register the database for me&amp;#039;&amp;#039;&amp;#039; and &amp;#039;&amp;#039;&amp;#039;Open the database for editing&amp;#039;&amp;#039;&amp;#039;. Click on &amp;#039;&amp;#039;&amp;#039;Finish&amp;#039;&amp;#039;&amp;#039;.&lt;br /&gt;
&lt;br /&gt;
7) You will be asked for a file name to give to your database document. Once you have done this and clicked on &amp;#039;&amp;#039;&amp;#039;Save&amp;#039;&amp;#039;&amp;#039;, the database document will open, and the Forms button on the left will be highlighted. Congratulations, you have now connected to your MySQL database via the JDBC connector.&lt;br /&gt;
&lt;br /&gt;
== Using ODBC on Linux ==&lt;br /&gt;
OpenOffice.org also support ODBC connectivity to MySQL, you will need [http://www.unixodbc.org/ Unix-ODBC] in order to make a connection through it.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Debian/Ubuntu ===&lt;br /&gt;
&lt;br /&gt;
Install package libmyodbc from synaptic package manager (assuming package unixodbc is already installed) or obtain [http://dev.mysql.com/downloads/connector/odbc/ mysql-connector-odbc] from the [http://www.mysql.com MySQL website].&lt;br /&gt;
&lt;br /&gt;
You need to have 2 files configured:&lt;br /&gt;
&lt;br /&gt;
1) /etc/odbcinst.ini should contain:&lt;br /&gt;
&lt;br /&gt;
[MySQL]&lt;br /&gt;
&lt;br /&gt;
Description = MySQL driver&lt;br /&gt;
&lt;br /&gt;
Driver      = /usr/lib/odbc/libmyodbc.so&lt;br /&gt;
&lt;br /&gt;
Setup       = /usr/lib/odbc/libodbcmyS.so&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
2) and/etc/odbc.ini should have (or create ~/.odbc.ini so that you can modify it as normal user):&lt;br /&gt;
&lt;br /&gt;
[MySQL-test]&lt;br /&gt;
&lt;br /&gt;
Description  = MySQL database test&lt;br /&gt;
&lt;br /&gt;
Driver       = MySQL&lt;br /&gt;
&lt;br /&gt;
Server       = localhost&lt;br /&gt;
&lt;br /&gt;
Database     = test&lt;br /&gt;
&lt;br /&gt;
Port         = 3306&lt;br /&gt;
&lt;br /&gt;
Socket       =&lt;br /&gt;
&lt;br /&gt;
Option       = 3&lt;br /&gt;
&lt;br /&gt;
ReadOnly     = No&lt;br /&gt;
&lt;br /&gt;
In above configuration we assumed that database named &amp;quot;test&amp;quot; exists on local server. Then, Establishing connection by Creating New Base file:&lt;br /&gt;
&lt;br /&gt;
1) File &amp;gt; New &amp;gt; Database&lt;br /&gt;
&lt;br /&gt;
2) Click on the radio button Connect to an existing database and choose MySQL from the dropdown menu. Click on Next.&lt;br /&gt;
&lt;br /&gt;
3) In the next dialog, you should accept the default choice of Connect using ODBC, and then click on Next.&lt;br /&gt;
&lt;br /&gt;
4) Click &amp;#039;&amp;#039;&amp;#039;Browse&amp;#039;&amp;#039;&amp;#039; and select created connection ([MySQL-test] should be in the list in our case) and next.&lt;br /&gt;
&lt;br /&gt;
5) then enter username and Finish. Save file.&lt;br /&gt;
&lt;br /&gt;
For other Linux distros procedure should be pretty much the same in my opinion. You should just know the installation locations for files: libmyodbc.so and libodbcmyS.so, and replace them in the example above.&lt;br /&gt;
&lt;br /&gt;
== Using JDBC on OS X ==&lt;br /&gt;
=== Installation ===&lt;br /&gt;
&lt;br /&gt;
1) Download MySQL Connector/J from [http://www.mysql.com/downloads/ MySQL Downloads]&lt;br /&gt;
&lt;br /&gt;
Choose &amp;#039;&amp;#039;&amp;#039;Platform independent&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
Choose &amp;#039;&amp;#039;&amp;#039;Zip File&amp;#039;&amp;#039;&amp;#039; or &amp;#039;&amp;#039;&amp;#039;Tar File&amp;#039;&amp;#039;&amp;#039; (either will do)&lt;br /&gt;
&lt;br /&gt;
2) Double click file to extract&lt;br /&gt;
&lt;br /&gt;
3) Make a directory under your user name (I use a combination of connectorj and the version number.)&lt;br /&gt;
&lt;br /&gt;
4) Copy the contents of the zip file into this new directory.&lt;br /&gt;
&lt;br /&gt;
=== OpenOffice.org settings ===&lt;br /&gt;
&lt;br /&gt;
Set up OpenOffice.org for use via JDBC (Warning! This will require a restart of OpenOffice.org!):&lt;br /&gt;
&lt;br /&gt;
OpenOffice.org &amp;gt; Perferences &amp;gt; Java&lt;br /&gt;
&lt;br /&gt;
Click &amp;quot;CLASSPATH&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Click &amp;quot;Add Archive&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Browse to the jar file from the zip/tar file (mysql-connector-java-x.x.x-bin.jar where x.x.x is the version number).&lt;br /&gt;
&lt;br /&gt;
Click OK.  OpenOffice.org will warn a restart of the application is required.&lt;br /&gt;
&lt;br /&gt;
=== Setting up a database for use ===&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;These instructions assume the use of an existing database.&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
Start OpenOffice.org and choose a file type of &amp;quot;Database.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Click the radio button &amp;quot;Connect to an existing database&amp;quot; with the drop down set to JDBC.&lt;br /&gt;
&lt;br /&gt;
Click Next.&lt;br /&gt;
&lt;br /&gt;
In the URL following jdbc: fill in with the proper settings in the format mysql://servername:port/databasename (if default port, you can ignore the port portion.)&lt;br /&gt;
&lt;br /&gt;
Fill in the Driver Class with &amp;#039;&amp;#039;&amp;#039;com.mysql.jdbc.Driver&amp;#039;&amp;#039;&amp;#039; and click &amp;quot;Test Class.&amp;quot;  You should see a message &amp;quot;The JDBC driver was loaded successfully.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Click Next.&lt;br /&gt;
&lt;br /&gt;
Enter the user name to connect to the DB with.  If a password is required, check the &amp;quot;Password required&amp;quot; box.&lt;br /&gt;
&lt;br /&gt;
Click &amp;quot;Test Connection&amp;quot; and it should prompt with the user name and a password prompt.  You should see a pop-up saying &amp;quot;The connection was established successfully.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Click Next.&lt;br /&gt;
&lt;br /&gt;
Best to leave the defaults on this next screen set.&lt;br /&gt;
&lt;br /&gt;
Click Finish.&lt;br /&gt;
&lt;br /&gt;
You will be prompted on where to put the database configurations for use with OpenOffice.org.  (I usually make a small directory in my Documents folder.)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Recommendations settings ==&lt;br /&gt;
&lt;br /&gt;
Known issues regarding MySQL and OpenOffice.org can be avoided by having specific settings here are some of those:&lt;br /&gt;
&lt;br /&gt;
=== MySQL settings ===&lt;br /&gt;
&lt;br /&gt;
* Make sure that MySQL is using TCP/IP as opposed to sockets. Edit the my.cnf file at /etc/ and comment &amp;#039;&amp;#039;&amp;#039;skip-networking&amp;#039;&amp;#039;&amp;#039;. NOTE: In Ubuntu my.cnf is located in /etc/mysql&lt;br /&gt;
&lt;br /&gt;
=== OpenOffice.org settings ===&lt;br /&gt;
&lt;br /&gt;
* OpenOffice.org uses Java for JDBC, please make sure you have JRE at Tools - Options - OpenOffice.org General - Java&lt;br /&gt;
* Declare the &amp;#039;&amp;#039;&amp;#039;mysql-connector-j.bin&amp;#039;&amp;#039;&amp;#039; at the classpath at Tools - Options - OpenOFfice.org General - Java&lt;br /&gt;
* MySQL and JDBC on Debian Testing: Package sun-java6-jre from the non-free repository is needed and has to be activated in &amp;quot;Options-&amp;gt; OpenOffice.org -&amp;gt; Java&amp;quot;. The FSF java environment will not work returning a SQL syntax code whenever connecting to the MySQL server (July 27th 2008).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Database]]&lt;/div&gt;</summary>
		<author><name>MSPhobe</name></author>
	</entry>
	<entry>
		<id>https://wiki.openoffice.org/w/index.php?title=Connect_MySQL_and_Base&amp;diff=217005</id>
		<title>Connect MySQL and Base</title>
		<link rel="alternate" type="text/html" href="https://wiki.openoffice.org/w/index.php?title=Connect_MySQL_and_Base&amp;diff=217005"/>
		<updated>2013-03-15T13:56:32Z</updated>

		<summary type="html">&lt;p&gt;MSPhobe: (checkpoint save)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Here is a tutorial on connecting to a MySQL database server with OpenOffice.org Base using the JDBC connector.&lt;br /&gt;
&lt;br /&gt;
Since this tutorial was written, [http://wiki.openoffice.org/wiki/Database/Drivers/MySQL_Native/1.0 a &amp;quot;native&amp;quot; connector for Open Office has been created]. (Connector has exisited since at least Jan-11) &lt;br /&gt;
&lt;br /&gt;
OpenOffice.org comes directly with support of JDBC connectivity to multiple databases. OpenOffice.org needs [http://www.java.com/en/download/index.jsp Java Runtime Environment] to be able to use JDBC. Verify that you have JRE on your OOo by going to &amp;#039;&amp;#039;&amp;#039;Tools - Options - OpenOffice.org General - Java&amp;#039;&amp;#039;&amp;#039;. &lt;br /&gt;
&lt;br /&gt;
== Using JDBC on Windows ==&lt;br /&gt;
=== Installation ===&lt;br /&gt;
First, download and unzip the java archive. Obtain the [http://www.mysql.com/products/connector/j/ mysql-connector-J] from the [http://www.mysql.com MySQL website]. Follow the instructions on the [http://www.mysql.com MySQL website]to find and then download a gzipped and zipped set of files to a convenient location on the local computer. The target file will be named something like &amp;quot;mysql-connector-java-x.x.x.zip.&amp;quot; Following the appropriate method for your zip program, unzip the downloaded file to a permanent location, for example, c:\Program Files\mySQL-Connector\. (NOTE: In Windows systems, double-clicking a zipped file usually gives access to the contents of the zip file, whereupon you may select from the resulting explorer window &amp;quot;Extract Files.&amp;quot;)&lt;br /&gt;
&lt;br /&gt;
Next, make OOo aware of the newly downloaded java archive.  Start OpenOffice.org and on the menu select &amp;#039;&amp;#039;&amp;#039;Tools - Options - OpenOffice.org - Java&amp;#039;&amp;#039;&amp;#039;. Click on the button &amp;#039;&amp;#039;&amp;#039;Class Path...&amp;#039;&amp;#039;&amp;#039;; then click on the button &amp;#039;&amp;#039;&amp;#039;Add Archive...&amp;#039;&amp;#039;&amp;#039;; and navigate to where the mysql-connector-x.x.x-java-bin.jar file is located (see previous step). Click on the mysql-connector-x.x.x-java-bin.jar file once to highlight and click on the button &amp;#039;&amp;#039;&amp;#039;Open&amp;#039;&amp;#039;&amp;#039;. The mysql-connector-x.x.x-java-bin.jar file should then appear in the list of &amp;#039;&amp;#039;&amp;#039;Assigned folders and Archives&amp;#039;&amp;#039;&amp;#039;. Click on &amp;#039;&amp;#039;&amp;#039;OK&amp;#039;&amp;#039;&amp;#039; to close the dialog. OpenOffice.org will notify you that you need restart the program for the changes to take effect.&lt;br /&gt;
&lt;br /&gt;
Finally, restart OOo and check functionality.  Close OpenOffice.org &amp;#039;&amp;#039;&amp;#039;completely&amp;#039;&amp;#039;&amp;#039;, that is, close all open OOo windows and shut down the quickstarter program located in the system tray (if it is running). Restart OpenOffice.org, and the JDBC connector should then be available and functioning.&lt;br /&gt;
&lt;br /&gt;
=== Operation ===&lt;br /&gt;
See Operation below under Linux.&lt;br /&gt;
&lt;br /&gt;
== Using ODBC on Windows ==&lt;br /&gt;
&lt;br /&gt;
Obtain [http://dev.mysql.com/downloads/connector/odbc/ mysql-connector-odbc] from the [http://www.mysql.com MySQL website] and install it on your system. Then:&lt;br /&gt;
&lt;br /&gt;
1) Navigate to Control Panel &amp;gt; Administrative Tools and double-click on Data Sources (ODBC)&lt;br /&gt;
&lt;br /&gt;
2) on the User DSN tab Click Add button and from the list of available drivers, select the MySQL ODBC Driver, and click OK.&lt;br /&gt;
&lt;br /&gt;
3) Input requires data in the appeared dialog:&lt;br /&gt;
&lt;br /&gt;
Data Source Name: it&amp;#039;s optional. Let it be &amp;quot;Mysql-test&amp;quot; in our case.&lt;br /&gt;
&lt;br /&gt;
Description: is optional as well.&lt;br /&gt;
&lt;br /&gt;
Server: &amp;#039;&amp;#039;&amp;#039;localhost&amp;#039;&amp;#039;&amp;#039; (in case mysql server is installed on the local machine, or IP Address if it&amp;#039;s on network machine)&lt;br /&gt;
&lt;br /&gt;
fill out user and password fields respectively. You should be able to see mysql databases under Database drop-down list, choose one. Click OK.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Then, Establishing connection by Creating New Base file:&lt;br /&gt;
&lt;br /&gt;
1) File &amp;gt; New &amp;gt; Database&lt;br /&gt;
&lt;br /&gt;
2) Click on the radio button Connect to an existing database and choose MySQL from the dropdown menu. Click on Next.&lt;br /&gt;
&lt;br /&gt;
3) In the next dialog, you should accept the default choice of Connect using ODBC, and then click on Next.&lt;br /&gt;
&lt;br /&gt;
4) Click Browse and select created connection ([MySQL-test] should be in the list in our case) and next.&lt;br /&gt;
&lt;br /&gt;
5) then enter username and Finish. Save file.&lt;br /&gt;
&lt;br /&gt;
== Using JDBC on Linux ==&lt;br /&gt;
=== Installation ===&lt;br /&gt;
Download the [http://www.mysql.com/products/connector/j/ mysql-connector-J] which you can download from the [http://www.mysql.com MySQL website]. [http://www.mysql.com/products/connector/j/ MySQL Connector/J] adds JDBC connectivity to MySQL. Unpack, untar or unzip the downloaded file anywhere where you can access it as a normal user, for example, to your desktop. On KDE, you can use Ark, on Gnome FileRoller, or even the Nautilus scripts that are included in some Linux distributions, or the usual &amp;quot;tar -zvf&amp;quot; from a console. A directory is created at the desired location named mysql-connector-java-x.x.x, where the x.x.x represents the version number of the JDBC connector you have downloaded. Inside this directory, you will find a file called mysql-connector-x.x.x-java-bin.jar.&lt;br /&gt;
&lt;br /&gt;
Start OpenOffice.org and go to the menu &amp;#039;&amp;#039;&amp;#039;Tools - Options - OpenOffice.org General Java&amp;#039;&amp;#039;&amp;#039;. Click on the button &amp;#039;&amp;#039;&amp;#039;Class Path...&amp;#039;&amp;#039;&amp;#039;, then choose &amp;#039;&amp;#039;&amp;#039;Add Archive...&amp;#039;&amp;#039;&amp;#039; and navigate to where the mysql-connector-x.x.x-java-bin.jar file is located. Click on &amp;#039;&amp;#039;&amp;#039;Open&amp;#039;&amp;#039;&amp;#039;, and the file should then appear in the list of &amp;#039;&amp;#039;&amp;#039;Assigned folders and Archives&amp;#039;&amp;#039;&amp;#039;. You can then click on &amp;#039;&amp;#039;&amp;#039;OK&amp;#039;&amp;#039;&amp;#039; and close OpenOffice.org completely. You may receive a message indicating that you have to do that anyway in order for OpenOffice.org to be able recognize your changes correctly. If the OpenOffice.org quickstarter is running, you should close that application as well.&lt;br /&gt;
&lt;br /&gt;
Instead of downloading the connector from the MySQL download site, you can also use the corresponding packages of your distribution like&lt;br /&gt;
* libmysql-java for debian and ubuntu&lt;br /&gt;
&lt;br /&gt;
Note that the use of the MySQL Java Connector requires MySQL to be installed and running on your Linux system. On Redhat/Enterprise Linux, MySQL can be installed and made to run via the following commands in a terminal;&lt;br /&gt;
&lt;br /&gt;
::su root&lt;br /&gt;
::yum install mysql-server mysql&lt;br /&gt;
::cd /sbin&lt;br /&gt;
::./chkconfig mysqld on&lt;br /&gt;
::/etc/init.d/mysqld start&lt;br /&gt;
&lt;br /&gt;
=== Operation ===&lt;br /&gt;
&lt;br /&gt;
When you restart OpenOffice.org after installing the MySQL Java connect driver, you should now be able to create a new OpenOffice.org Base database document that can connect to your existing mysql database. Note that you will need to have first created your database on your mysql server. &lt;br /&gt;
&lt;br /&gt;
:: One method to do this requires using the mysql command line client;&lt;br /&gt;
:::mysqladmin -u root password NEWPASSWORD&lt;br /&gt;
:::mysql -u root -p&lt;br /&gt;
:::CREATE DATABASE newdatabasename;&lt;br /&gt;
:::CREATE USER &amp;#039;newusername&amp;#039;@&amp;#039;localhost&amp;#039; IDENTIFIED BY &amp;#039;password&amp;#039;;	&lt;br /&gt;
:::GRANT ALL ON *.* TO &amp;#039;newusername&amp;#039;@&amp;#039;localhost&amp;#039;;&lt;br /&gt;
&lt;br /&gt;
:: Another method to do this requires the use of a graphical user interface to administer your mysql server (for example PHPMyAdmin). &lt;br /&gt;
&lt;br /&gt;
Now do the following :&lt;br /&gt;
&lt;br /&gt;
1) &amp;#039;&amp;#039;&amp;#039;File &amp;gt; New &amp;gt; Database&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
2) Click on the radio button &amp;#039;&amp;#039;&amp;#039;Connect to an existing database&amp;#039;&amp;#039;&amp;#039; and choose &amp;#039;&amp;#039;&amp;#039;MySQL&amp;#039;&amp;#039;&amp;#039; from the dropdown menu. Click on &amp;#039;&amp;#039;&amp;#039;Next&amp;#039;&amp;#039;&amp;#039;.&lt;br /&gt;
&lt;br /&gt;
3) In the next dialog, you should accept the default choice of &amp;#039;&amp;#039;&amp;#039;Connect using JDBC&amp;#039;&amp;#039;&amp;#039;, and then click on &amp;#039;&amp;#039;&amp;#039;Next&amp;#039;&amp;#039;&amp;#039;.&lt;br /&gt;
&lt;br /&gt;
4) The next step varies depending upon the exact version of openoffice.org installed.&lt;br /&gt;
&lt;br /&gt;
::If the fields &amp;#039;&amp;#039;&amp;#039;Name of the database&amp;#039;&amp;#039;&amp;#039; and &amp;#039;&amp;#039;&amp;#039;Server URL&amp;#039;&amp;#039;&amp;#039; are present, perform the following;&lt;br /&gt;
&lt;br /&gt;
:::In the &amp;#039;&amp;#039;&amp;#039;Name of the database&amp;#039;&amp;#039;&amp;#039; field, enter the name of your mysql database as it is called on the mysql server, paying attention to the spelling. &lt;br /&gt;
:::In the &amp;#039;&amp;#039;&amp;#039;Server URL&amp;#039;&amp;#039;&amp;#039; field, enter either the fully qualified internet domain name of the server on which your mysql server is running, or its IP address or, if you are running the mysql server locally on your own computer, simply type localhost. You can adjust the connection port or leave default port 3306 in the field &amp;#039;&amp;#039;&amp;#039;Port number&amp;#039;&amp;#039;&amp;#039;. An example Server URL would be: localhost, 192.168.1.1, or 96.115.86.166, or something like that.&lt;br /&gt;
&lt;br /&gt;
::If only the field &amp;#039;&amp;#039;&amp;#039;Data Source URL&amp;#039;&amp;#039;&amp;#039; is present perform the following;&lt;br /&gt;
&lt;br /&gt;
:::In the &amp;#039;&amp;#039;&amp;#039;Data Source URL&amp;#039;&amp;#039;&amp;#039; field, enter a combination of the servername, port (optional), and data base name, in the following format; jdbc:mysql://serverAddress:3306/databaseName (or jdbc:mysql://serverAddress/databaseName without the port number). An example Server Address would be: &amp;#039;&amp;#039;&amp;#039;localhost&amp;#039;&amp;#039;&amp;#039; (if mysql server is installed on local computer), 192.168.1.1, or 96.115.86.166, or something like that if mysql server is installed on network computer.&lt;br /&gt;
&lt;br /&gt;
::For the field &amp;#039;&amp;#039;&amp;#039;MySQL JDBC driver class:&amp;#039;&amp;#039;&amp;#039; enter the class name for the JDBC driver you installed. You can find the correct class name in the documentation that came with the driver. MySQL java connector archive version 5.1.6 contains connector-j.pdf document with description in subdirectory docs. The class name is &amp;#039;&amp;#039;&amp;#039;com.mysql.jdbc.Driver&amp;#039;&amp;#039;&amp;#039; for version 5.1.6. Click on &amp;#039;&amp;#039;&amp;#039;Test Class&amp;#039;&amp;#039;&amp;#039; just to make sure that you have correctly set up the access to the connector as detailed above. If the connector has been set up correctly, you will get a message that says &amp;#039;&amp;#039;&amp;#039;The JDBC driver was loaded correctly&amp;#039;&amp;#039;&amp;#039;. Now click on &amp;#039;&amp;#039;&amp;#039;Next&amp;#039;&amp;#039;&amp;#039;. &lt;br /&gt;
&lt;br /&gt;
5) Now enter the name of the user and the password (if required by the mysql server) that you have previously created for use of the database on the mysql server. If you click on &amp;#039;&amp;#039;&amp;#039;Test Connection&amp;#039;&amp;#039;&amp;#039;, you will be asked for a password if you have ticked the password box beforehand. If the connection to the database succeeds, you will get a message &amp;#039;&amp;#039;&amp;#039;Connection test: The connection was established successfully&amp;#039;&amp;#039;&amp;#039;. Click on &amp;#039;&amp;#039;&amp;#039;Next&amp;#039;&amp;#039;&amp;#039;. If you get an error indicating a character conversion error, edit both the [client] and [mysqld] sections of my.cnf to include default-character-set=utf8 in both sections. Restart the mysql server.&lt;br /&gt;
&lt;br /&gt;
6) On the final screen of the database wizard dialog, you can in general leave the default settings as they are, i.e. &amp;#039;&amp;#039;&amp;#039;Yes, register the database for me&amp;#039;&amp;#039;&amp;#039; and &amp;#039;&amp;#039;&amp;#039;Open the database for editing&amp;#039;&amp;#039;&amp;#039;. Click on &amp;#039;&amp;#039;&amp;#039;Finish&amp;#039;&amp;#039;&amp;#039;.&lt;br /&gt;
&lt;br /&gt;
7) You will be asked for a file name to give to your database document. Once you have done this and clicked on &amp;#039;&amp;#039;&amp;#039;Save&amp;#039;&amp;#039;&amp;#039;, the database document will open, and the Forms button on the left will be highlighted. Congratulations, you have now connected to your MySQL database via the JDBC connector.&lt;br /&gt;
&lt;br /&gt;
== Using ODBC on Linux ==&lt;br /&gt;
OpenOffice.org also support ODBC connectivity to MySQL, you will need [http://www.unixodbc.org/ Unix-ODBC] in order to make a connection through it.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Debian/Ubuntu ===&lt;br /&gt;
&lt;br /&gt;
Install package libmyodbc from synaptic package manager (assuming package unixodbc is already installed) or obtain [http://dev.mysql.com/downloads/connector/odbc/ mysql-connector-odbc] from the [http://www.mysql.com MySQL website].&lt;br /&gt;
&lt;br /&gt;
You need to have 2 files configured:&lt;br /&gt;
&lt;br /&gt;
1) /etc/odbcinst.ini should contain:&lt;br /&gt;
&lt;br /&gt;
[MySQL]&lt;br /&gt;
&lt;br /&gt;
Description = MySQL driver&lt;br /&gt;
&lt;br /&gt;
Driver      = /usr/lib/odbc/libmyodbc.so&lt;br /&gt;
&lt;br /&gt;
Setup       = /usr/lib/odbc/libodbcmyS.so&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
2) and/etc/odbc.ini should have (or create ~/.odbc.ini so that you can modify it as normal user):&lt;br /&gt;
&lt;br /&gt;
[MySQL-test]&lt;br /&gt;
&lt;br /&gt;
Description  = MySQL database test&lt;br /&gt;
&lt;br /&gt;
Driver       = MySQL&lt;br /&gt;
&lt;br /&gt;
Server       = localhost&lt;br /&gt;
&lt;br /&gt;
Database     = test&lt;br /&gt;
&lt;br /&gt;
Port         = 3306&lt;br /&gt;
&lt;br /&gt;
Socket       =&lt;br /&gt;
&lt;br /&gt;
Option       = 3&lt;br /&gt;
&lt;br /&gt;
ReadOnly     = No&lt;br /&gt;
&lt;br /&gt;
In above configuration we assumed that database named &amp;quot;test&amp;quot; exists on local server. Then, Establishing connection by Creating New Base file:&lt;br /&gt;
&lt;br /&gt;
1) File &amp;gt; New &amp;gt; Database&lt;br /&gt;
&lt;br /&gt;
2) Click on the radio button Connect to an existing database and choose MySQL from the dropdown menu. Click on Next.&lt;br /&gt;
&lt;br /&gt;
3) In the next dialog, you should accept the default choice of Connect using ODBC, and then click on Next.&lt;br /&gt;
&lt;br /&gt;
4) Click &amp;#039;&amp;#039;&amp;#039;Browse&amp;#039;&amp;#039;&amp;#039; and select created connection ([MySQL-test] should be in the list in our case) and next.&lt;br /&gt;
&lt;br /&gt;
5) then enter username and Finish. Save file.&lt;br /&gt;
&lt;br /&gt;
For other Linux distros procedure should be pretty much the same in my opinion. You should just know the installation locations for files: libmyodbc.so and libodbcmyS.so, and replace them in the example above.&lt;br /&gt;
&lt;br /&gt;
== Using JDBC on OS X ==&lt;br /&gt;
=== Installation ===&lt;br /&gt;
&lt;br /&gt;
1) Download MySQL Connector/J from [http://www.mysql.com/downloads/ MySQL Downloads]&lt;br /&gt;
&lt;br /&gt;
Choose &amp;#039;&amp;#039;&amp;#039;Platform independent&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
Choose &amp;#039;&amp;#039;&amp;#039;Zip File&amp;#039;&amp;#039;&amp;#039; or &amp;#039;&amp;#039;&amp;#039;Tar File&amp;#039;&amp;#039;&amp;#039; (either will do)&lt;br /&gt;
&lt;br /&gt;
2) Double click file to extract&lt;br /&gt;
&lt;br /&gt;
3) Make a directory under your user name (I use a combination of connectorj and the version number.)&lt;br /&gt;
&lt;br /&gt;
4) Copy the contents of the zip file into this new directory.&lt;br /&gt;
&lt;br /&gt;
=== OpenOffice.org settings ===&lt;br /&gt;
&lt;br /&gt;
Set up OpenOffice.org for use via JDBC (Warning! This will require a restart of OpenOffice.org!):&lt;br /&gt;
&lt;br /&gt;
OpenOffice.org &amp;gt; Perferences &amp;gt; Java&lt;br /&gt;
&lt;br /&gt;
Click &amp;quot;CLASSPATH&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Click &amp;quot;Add Archive&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Browse to the jar file from the zip/tar file (mysql-connector-java-x.x.x-bin.jar where x.x.x is the version number).&lt;br /&gt;
&lt;br /&gt;
Click OK.  OpenOffice.org will warn a restart of the application is required.&lt;br /&gt;
&lt;br /&gt;
=== Setting up a database for use ===&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;These instructions assume the use of an existing database.&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
Start OpenOffice.org and choose a file type of &amp;quot;Database.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Click the radio button &amp;quot;Connect to an existing database&amp;quot; with the drop down set to JDBC.&lt;br /&gt;
&lt;br /&gt;
Click Next.&lt;br /&gt;
&lt;br /&gt;
In the URL following jdbc: fill in with the proper settings in the format mysql://servername:port/databasename (if default port, you can ignore the port portion.)&lt;br /&gt;
&lt;br /&gt;
Fill in the Driver Class with &amp;#039;&amp;#039;&amp;#039;com.mysql.jdbc.Driver&amp;#039;&amp;#039;&amp;#039; and click &amp;quot;Test Class.&amp;quot;  You should see a message &amp;quot;The JDBC driver was loaded successfully.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Click Next.&lt;br /&gt;
&lt;br /&gt;
Enter the user name to connect to the DB with.  If a password is required, check the &amp;quot;Password required&amp;quot; box.&lt;br /&gt;
&lt;br /&gt;
Click &amp;quot;Test Connection&amp;quot; and it should prompt with the user name and a password prompt.  You should see a pop-up saying &amp;quot;The connection was established successfully.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Click Next.&lt;br /&gt;
&lt;br /&gt;
Best to leave the defaults on this next screen set.&lt;br /&gt;
&lt;br /&gt;
Click Finish.&lt;br /&gt;
&lt;br /&gt;
You will be prompted on where to put the database configurations for use with OpenOffice.org.  (I usually make a small directory in my Documents folder.)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Recommendations settings ==&lt;br /&gt;
&lt;br /&gt;
Known issues regarding MySQL and OpenOffice.org can be avoided by having specific settings here are some of those:&lt;br /&gt;
&lt;br /&gt;
=== MySQL settings ===&lt;br /&gt;
&lt;br /&gt;
* Make sure that MySQL is using TCP/IP as opposed to sockets. Edit the my.cnf file at /etc/ and comment &amp;#039;&amp;#039;&amp;#039;skip-networking&amp;#039;&amp;#039;&amp;#039;. NOTE: In Ubuntu my.cnf is located in /etc/mysql&lt;br /&gt;
&lt;br /&gt;
=== OpenOffice.org settings ===&lt;br /&gt;
&lt;br /&gt;
* OpenOffice.org uses Java for JDBC, please make sure you have JRE at Tools - Options - OpenOffice.org General - Java&lt;br /&gt;
* Declare the &amp;#039;&amp;#039;&amp;#039;mysql-connector-j.bin&amp;#039;&amp;#039;&amp;#039; at the classpath at Tools - Options - OpenOFfice.org General - Java&lt;br /&gt;
* MySQL and JDBC on Debian Testing: Package sun-java6-jre from the non-free repository is needed and has to be activated in &amp;quot;Options-&amp;gt; OpenOffice.org -&amp;gt; Java&amp;quot;. The FSF java environment will not work returning a SQL syntax code whenever connecting to the MySQL server (July 27th 2008).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Database]]&lt;/div&gt;</summary>
		<author><name>MSPhobe</name></author>
	</entry>
	<entry>
		<id>https://wiki.openoffice.org/w/index.php?title=Documentation/OOoAuthors_User_Manual/Getting_Started/Finding_more_information&amp;diff=128996</id>
		<title>Documentation/OOoAuthors User Manual/Getting Started/Finding more information</title>
		<link rel="alternate" type="text/html" href="https://wiki.openoffice.org/w/index.php?title=Documentation/OOoAuthors_User_Manual/Getting_Started/Finding_more_information&amp;diff=128996"/>
		<updated>2009-05-24T10:08:41Z</updated>

		<summary type="html">&lt;p&gt;MSPhobe: New resource listed&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{DISPLAYTITLE:Finding more information}}&lt;br /&gt;
{{Documentation/GSMacroTOC&lt;br /&gt;
|ShowPrevNext=block&lt;br /&gt;
|PrevPage=Documentation/OOoAuthors User Manual/Getting Started/Writing macros without the recorder&lt;br /&gt;
|NextPage=Documentation/OOoAuthors User Manual/Getting Started/Keyboard Shortcuts&lt;br /&gt;
}}__NOTOC__&lt;br /&gt;
Numerous resources are available that provide help with writing macros. Use &amp;#039;&amp;#039;&amp;#039;Help &amp;gt; OpenOffice.org Help&amp;#039;&amp;#039;&amp;#039; to open the OOo help pages. The upper left corner of the OOo help system contains a drop-down list that determines which help set is displayed. To view the help for Basic, the drop-down must display &amp;#039;&amp;#039;Help about OpenOffice.org Basic&amp;#039;&amp;#039;.&lt;br /&gt;
&lt;br /&gt;
==Included material==&lt;br /&gt;
&lt;br /&gt;
Many excellent macros are included with OOo. Use &amp;#039;&amp;#039;&amp;#039;Tools &amp;gt; Macros &amp;gt; Organize Macros &amp;gt; OpenOffice.org Basic&amp;#039;&amp;#039;&amp;#039; to open the Macro dialog. Expand the Tools library in the OpenOffice.org library container. Inspect the Debug module—some good examples include &amp;lt;tt&amp;gt;WritedbgInfo(document)&amp;lt;/tt&amp;gt; and &amp;lt;tt&amp;gt;printdbgInfo(sheet)&amp;lt;/tt&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
==Online resources==&lt;br /&gt;
&lt;br /&gt;
The following links and references contain information regarding macro programming:&lt;br /&gt;
&lt;br /&gt;
* [http://www.openoffice.org/ http://www.openoffice.org] (the main link)&lt;br /&gt;
* [http://codesnippets.services.openoffice.org/ http://codesnippets.services.openoffice.org/] (categorized examples)&lt;br /&gt;
* [http://www.oooforum.org/ http://www.oooforum.org] (if you need help with your macros this is a good place to ask, probably one of the best supported OOo forums on the web)&lt;br /&gt;
* [http://api.openoffice.org/docs/common/ref/com/sun/star/module-ix.html http://api.openoffice.org/docs/common/ref/com/sun/star/module-ix.html] (official IDL reference, here you&amp;#039;ll find almost every command with a description)&lt;br /&gt;
* [http://api.openoffice.org/DevelopersGuide/DevelopersGuide.html http://api.openoffice.org/DevelopersGuide/DevelopersGuide.html] (official documentation that contains a detailed explanation)&lt;br /&gt;
* [http://www.pitonyak.org/oo.php http://www.pitonyak.org/oo.php] (Andrew Pitonyak&amp;#039;s macro page)&lt;br /&gt;
* [http://www.pitonyak.org/AndrewMacro.odt http://www.pitonyak.org/AndrewMacro.odt] (numerous examples of working macros)&lt;br /&gt;
* [http://www.pitonyak.org/book/ http://www.pitonyak.org/book/] (Andrew Pitonyak wrote a book on macros)&lt;br /&gt;
* [http://www.pitonyak.org/database/ http://www.pitonyak.org/database/] (numerous macro examples using Base)&lt;br /&gt;
* [http://docs.sun.com/app/docs http://docs.sun.com/app/docs] (Sun wrote a book on macro programming—very well written and laid out)&lt;br /&gt;
* [http://documentation.openoffice.org/ http://documentation.openoffice.org] (contains content related to macros)&lt;br /&gt;
* [http://ooextras.sourceforge.net/ http://ooextras.sourceforge.net/] (examples)&lt;br /&gt;
* [http://sourceforge.net/project/showfiles.php?group_id=43716 http://sourceforge.net/project/showfiles.php?group_id=43716] (examples)&lt;br /&gt;
* [http://homepages.paradise.net.nz/hillview/OOo/ http://homepages.paradise.net.nz/hillview/OOo/] (numerous excellent macros, including reveal codes macros, key macros, and information on converting from MS Office)&lt;br /&gt;
* [http://sheepdogguides.com/fdb/fdb1main.htm#gotoMacros Introduction to OO macro writing] Leads to macros for ooBase. From Sheepdogguides.com.&lt;br /&gt;
&lt;br /&gt;
==Published material==&lt;br /&gt;
&lt;br /&gt;
The following published sources contain macro examples. The most obvious example is the documentation from Sun. Start from Sun&amp;#039;s documentation site [http://docs.sun.com/app/docs http://docs.sun.com/app/docs] and search for StarOffice documentation.&lt;br /&gt;
&lt;br /&gt;
Andrew Pitonyak wrote a book called &amp;#039;&amp;#039;OpenOffice.org Macros Explained&amp;#039;&amp;#039;. Two chapters are available as direct downloads from the publisher. See [http://www.pitonyak.org/book/ http://www.pitonyak.org/book/.]&lt;br /&gt;
&lt;br /&gt;
Dr. Mark Alexander Bain wrote &amp;#039;&amp;#039;Learn OpenOffice.org Spreadsheet Macro Programming&amp;#039;&amp;#039; (see [http://www.packtpub.com/openoffice-ooobasic-calc-automation/book http://www.packtpub.com/openoffice-ooobasic-calc-automation/book]).&lt;br /&gt;
&lt;br /&gt;
{{CCBY}}&lt;br /&gt;
[[Category:Getting Started (Documentation)]]&lt;/div&gt;</summary>
		<author><name>MSPhobe</name></author>
	</entry>
	<entry>
		<id>https://wiki.openoffice.org/w/index.php?title=Database&amp;diff=128994</id>
		<title>Database</title>
		<link rel="alternate" type="text/html" href="https://wiki.openoffice.org/w/index.php?title=Database&amp;diff=128994"/>
		<updated>2009-05-24T10:02:39Z</updated>

		<summary type="html">&lt;p&gt;MSPhobe: Link to a new example inserted&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Database/Lang|Database}}&lt;br /&gt;
This page is hosted by the [http://wiki.services.openoffice.org/wiki/Database_Docu_Coordinator OOo Database Docu Coordinator], who are members of the [http://qa.openoffice.org/ooQAReloaded/DatabaseTeamsite/ooQA-TeamDatabase.html OOo Database QA Team].&lt;br /&gt;
You can find here links to Base documentation ordered by languages and topics. Feel free to add missing documents to this list.&lt;br /&gt;
&lt;br /&gt;
Resources related to OpenOffice.org Base:&lt;br /&gt;
&lt;br /&gt;
= English =&lt;br /&gt;
The following links are in English.&lt;br /&gt;
== Manuals ==&lt;br /&gt;
=== General ===&lt;br /&gt;
* Base&lt;br /&gt;
: [[Documentation/Database | Database]]&lt;br /&gt;
: Description of the features of OpenOffice.org Base (short overview), Documentation resources and official sites&lt;br /&gt;
&lt;br /&gt;
* OpenOffice.org User Guides (Getting Started with Base) &lt;br /&gt;
: [http://documentation.openoffice.org/manuals/oooauthors2/0110GS-GettingStartedWithBase.pdf  Getting Started with Base] - &amp;#039;&amp;#039;PDF&amp;#039;&amp;#039;&lt;br /&gt;
: or Getting Started with Base [http://wiki.services.openoffice.org/wiki/Documentation/OOo3_User_Guides/Getting_Started/Getting_Started_with_Base wiki version]&lt;br /&gt;
: Learn how to create a database, queries, forms and reports and connect to and use other data sources within OOo-Base.&lt;br /&gt;
&lt;br /&gt;
* OpenOffice.org Base Manual&lt;br /&gt;
: [http://nothickmanuals.info/doku.php/articles:ooobaseprimer OpenOffice.org Base Primer]&lt;br /&gt;
: Initial Authors: Andrew &amp;#039;Drew&amp;#039; Jensen, Frank Schoenheit, et al.&lt;br /&gt;
: A short screenshot-guided overview on how to use Base.&lt;br /&gt;
&lt;br /&gt;
* Mid Level Base Tutorial &lt;br /&gt;
: [http://documentation.openoffice.org/servlets/ProjectDocumentList?folderID=778&amp;amp;expandFolder=778&amp;amp;folderID=597 Mid Level Base Tutorial]&lt;br /&gt;
: Innitial Authors: Mariano Casanova, Andrew &amp;#039;Drew&amp;#039; Jensen&lt;br /&gt;
&lt;br /&gt;
* Beginners - Example Database - Base Tutorial &lt;br /&gt;
: [http://www.oooforum.org/forum/viewtopic.phtml?t=25060 Example]&lt;br /&gt;
: Initial author: Andrew &amp;#039;Drew&amp;#039; Jensen &lt;br /&gt;
: This tutorial covers creating a first database using OOoBase. It is intended for those that have not used Base before or those that have never used any database manager. &lt;br /&gt;
&lt;br /&gt;
* Base and Macros&lt;br /&gt;
: [http://www.pitonyak.org/database/ Pitonyak&amp;#039;s document]&lt;br /&gt;
: Initial author: Andrew Pitonyak&lt;br /&gt;
: This documentation focuses on operating a database with the help of OpenOffice.org Macros.&lt;br /&gt;
&lt;br /&gt;
*  Database: &amp;quot;ooBase&amp;quot;, aka &amp;quot;Base&amp;quot;- From getting started to more advanced&lt;br /&gt;
: [http://sheepdogguides.com/fdb/fdb1main.htm Tutorials and &amp;quot;How to&amp;quot;s... 45 from one author at Sheepdogguides.com]&lt;br /&gt;
: Initial author: TK Boyd&lt;br /&gt;
: Both specific tasks and fundamental skills are explained.&lt;br /&gt;
: A section introducing the use of macros added 5/09.&lt;br /&gt;
&lt;br /&gt;
*  Bringing data into OpenOffice 2.0&amp;#039;s database&lt;br /&gt;
: [http://searchenterpriselinux.techtarget.com/tip/0,289483,sid39_gci1222186,00.html Database]&lt;br /&gt;
: Initial author: Solveig Haugland&lt;br /&gt;
: Screenshot guided tutorial on how to import data into Openoffice.org Base.&lt;br /&gt;
&lt;br /&gt;
* New Features in 3.1&lt;br /&gt;
: [[Base/New_features_in_3_1|New Features]]&lt;br /&gt;
: Initial author: Reizinger Zoltan&lt;br /&gt;
: Compiled from mailing list&lt;br /&gt;
&lt;br /&gt;
=== Tables ===&lt;br /&gt;
&lt;br /&gt;
* [[Standard Distributed Schema]]&lt;br /&gt;
&lt;br /&gt;
=== Queries ===&lt;br /&gt;
* [[Built-in functions and Stored Procedures]]&lt;br /&gt;
&lt;br /&gt;
=== Reports ===&lt;br /&gt;
* [[SUN Report Builder]]&lt;br /&gt;
: &amp;#039;&amp;#039;description followed&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
* Sun Report Builder (Reference)&lt;br /&gt;
: [http://wiki.pentaho.com/display/Reporting/Pentaho+Reporting+Community+Documentation Reference] &lt;br /&gt;
: &amp;#039;&amp;#039;description follow &amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
* Sun Report Builder Documentation&lt;br /&gt;
: [[SUN_Report_Builder/Documentation|Documentation]]&lt;br /&gt;
: Basic Features&lt;br /&gt;
&lt;br /&gt;
* Functions in Reports&lt;br /&gt;
: [http://wiki.pentaho.com/display/Reporting/08.+Functions+and+Expressions Functions and Expressions]&lt;br /&gt;
: &amp;#039;&amp;#039;description followed&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
* Functions in Reports&lt;br /&gt;
: [[SUN Report Builder/Functions]]&lt;br /&gt;
: &amp;#039;&amp;#039;description followed&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
=== Developer ===&lt;br /&gt;
* Working basis to make the user guide better &lt;br /&gt;
: [[Documentation/OOoAuthors_User_Manual/Getting_Started/Getting_Started_with_Base | Getting_Started/Getting_Started_with_Base]]&lt;br /&gt;
: &amp;#039;&amp;#039;description followed&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
* Using Macros in Database Files&lt;br /&gt;
: [[Macros_in_Database_Documents | Macros_in_Database_Documents]]&lt;br /&gt;
: &amp;#039;Specification to develope this functionality&lt;br /&gt;
&lt;br /&gt;
=== FAQ ===&lt;br /&gt;
* Common tasks&lt;br /&gt;
: [[Common_tasks | Common_tasks]]&lt;br /&gt;
: Initial author: Andrew &amp;#039;Drew&amp;#039; Jensen&lt;br /&gt;
: Many good questions, no answers.&lt;br /&gt;
&lt;br /&gt;
=== Misc ===&lt;br /&gt;
* HSQLDB Tips and Tricks&lt;br /&gt;
: [[HSQLDB:Tips_and_Tricks | Tips_and_Tricks]]&lt;br /&gt;
: &amp;#039;&amp;#039;description followed&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
* [http://nothickmanuals.info/doku.php/articles:ooobaseprimer http://nothickmanuals.info/doku.php/articles:ooobaseprimer]&lt;br /&gt;
&lt;br /&gt;
== Connecting ==&lt;br /&gt;
* Base New Driver Tutorial&lt;br /&gt;
: [[Base_New_Driver_Tutorial]] &lt;br /&gt;
: Initial author: Robert Vojta&lt;br /&gt;
: This small How-To contains a simple step-by-step introduction on how to put your driver inside the connectivity module. The second part of this document covers differences between a driver in connectivity module and a driver in an UNO package.&lt;br /&gt;
&lt;br /&gt;
* Better Database Drivers &lt;br /&gt;
: [[BetterDatabaseDrivers]] &lt;br /&gt;
: Initial author:Eric Bischoff&lt;br /&gt;
:Some ideas for a better and simpler infrastructure for database drivers&lt;br /&gt;
&lt;br /&gt;
* Connecting to Microsoft Access&lt;br /&gt;
: [[Connecting_to_Microsoft_Access]] &lt;br /&gt;
: Initial author: Regina Henschel&lt;br /&gt;
: These article describes how to connect to a Microsoft Access database file, if you use a MS Windows operating system.&lt;br /&gt;
&lt;br /&gt;
* OpenOffice.org Base - Database Drivers&lt;br /&gt;
: [http://dba.openoffice.org/drivers/ http://dba.openoffice.org/drivers/] &lt;br /&gt;
&lt;br /&gt;
* Connecting with MySQL&lt;br /&gt;
: [[Connect_MySQLandBase]]&lt;br /&gt;
&lt;br /&gt;
* An overview page&lt;br /&gt;
: Native PostgreSQL Driver&lt;br /&gt;
: [http://dba.openoffice.org/drivers/postgresql/index.html http://dba.openoffice.org/drivers/postgresql/index.html] &lt;br /&gt;
&lt;br /&gt;
* SQL-lite Driver&lt;br /&gt;
: http://dba.openoffice.org/drivers/sqlite/index.html&lt;br /&gt;
&lt;br /&gt;
* mdb-sdbc-driver-0.1.0&lt;br /&gt;
: [http://dba.openoffice.org/drivers/mdb/index.html http://dba.openoffice.org/drivers/mdb/index.html]&lt;br /&gt;
: Initial author: Wind Li (yl146652 [at] openoffice [dot] org)&lt;br /&gt;
: It is a try to connect a Linux system to MS Access. There is no further development.&lt;br /&gt;
&lt;br /&gt;
* A working page&lt;br /&gt;
: [[MDB_Driver_Integration]]&lt;br /&gt;
&lt;br /&gt;
* MSA-Base Faq&lt;br /&gt;
: [[MSA-Base_Faq]]&lt;br /&gt;
&lt;br /&gt;
* Firebird driver update for OO.org&lt;br /&gt;
: [http://jaybirdwiki.firebirdsql.org/jaybird/doku.php?id=config:oobase Jaybird OpenOffice.org Base support]&lt;br /&gt;
&lt;br /&gt;
== Examples ==&lt;br /&gt;
=== General ===&lt;br /&gt;
* Base Example (Overview)&lt;br /&gt;
: [[Category:Base_Example]]&lt;br /&gt;
: Initial author: Frank Schönheit&lt;br /&gt;
&lt;br /&gt;
* Standard Distributed Schema&lt;br /&gt;
: [[Standard_Distributed_Schema]]&lt;br /&gt;
&lt;br /&gt;
=== Concrete Examples ===&lt;br /&gt;
* A club membership database&lt;br /&gt;
: [[A_club_membership_database]]&lt;br /&gt;
: Initial author: Andrew &amp;#039;Drew&amp;#039; Jensen&lt;br /&gt;
: Description of creating an example database&lt;br /&gt;
&lt;br /&gt;
* OpenOffice.org API - Code snippets&lt;br /&gt;
: [http://codesnippets.services.openoffice.org/Database/index.xml http://codesnippets.services.openoffice.org/Database/index.xml]&lt;br /&gt;
: Useful code snippets solving frequently asked questions.&lt;br /&gt;
&lt;br /&gt;
* Base Example&lt;br /&gt;
: [[Help_Files]]&lt;br /&gt;
&lt;br /&gt;
* Three table example, with supporting essay- Project management&lt;br /&gt;
: [http://sheepdogguides.com/fdb/fdb7peopproj.htm Link to essay, which has link to download a small database]&lt;br /&gt;
: The database illustrates techniques explained in the essay. It is provided as an illustration, not for the data it contains.&lt;br /&gt;
&lt;br /&gt;
== Misc ==&lt;br /&gt;
&lt;br /&gt;
* [http://user.services.openoffice.org/en/forum/viewforum.php?f=13 OOo Community Forum]&lt;br /&gt;
: Initial author: Andrew &amp;#039;Drew&amp;#039; Jensen &lt;br /&gt;
: Starting Point for all kind of OOo Database Questions&lt;br /&gt;
&lt;br /&gt;
== Testing ==&lt;br /&gt;
&lt;br /&gt;
* Main Point of OOo Database Testing&lt;br /&gt;
: [http://qa.openoffice.org/ooQAReloaded/DatabaseTeamsite/ooQA-TeamDatabase.html OOo Database QA Team Site]&lt;br /&gt;
: Initial Author: [[User:Clu Christoph Lukasiak]]&lt;br /&gt;
&lt;br /&gt;
* Main Starter Document for QA Newbies&lt;br /&gt;
: [http://qa.openoffice.org/ooQAReloaded/Docs/QA-Reloaded-HowToStart.html OOo QA How to Start Document]&lt;br /&gt;
: Initial Author: [[User:Wg Wolfram Garten]]&lt;br /&gt;
&lt;br /&gt;
* [[Database_Automatic_Testing]] &lt;br /&gt;
* [[Documentation/OOoAuthors_User_Manual/Base_Guide/Planning |Base_Guide-Planning]]&lt;br /&gt;
* [[FAQ_%28Base%29 |FAQ Base]]&lt;br /&gt;
* [[OOoHelpOutline#Base_and_Database  Base_and_Database]]&lt;br /&gt;
&lt;br /&gt;
* [http://ericzander.com/Publications/OO_MySQL_Tutorial/index.htm http://ericzander.com/Publications/OO_MySQL_Tutorial/index.htm] &lt;br /&gt;
: Connecting OpenOffice.org To A Remote MySQL Database] (event. 1.x)&lt;br /&gt;
&lt;br /&gt;
= French =&lt;br /&gt;
&lt;br /&gt;
The following Links are showing French documents. If someone translate them we can show here the correponding links.&lt;br /&gt;
&lt;br /&gt;
= German =&lt;br /&gt;
&lt;br /&gt;
The following Links are showing German documents. If someone translate them we can show here the correponding links.&lt;br /&gt;
&lt;br /&gt;
* [[DE/Beispielsdatenbank_mit_Base]]&lt;br /&gt;
&lt;br /&gt;
* http://dannenhoefer.de/faqstarbasic/Datenbanken.html&lt;br /&gt;
&lt;br /&gt;
* http://de.openoffice.org/doc/howto_2_0/index.html#datenquellen_2_0&lt;br /&gt;
&lt;br /&gt;
* [[DE/FAQ/Base]]&lt;br /&gt;
&lt;br /&gt;
* End user documentation&lt;br /&gt;
: http://www.ooowiki.de/KategorieBase&lt;br /&gt;
&lt;br /&gt;
* [[OpenOffice_per_JDBC_an_Informix | Anbindung von OpenOffice an Informix per JDBC]]&lt;br /&gt;
&lt;br /&gt;
= Portugese =&lt;br /&gt;
&lt;br /&gt;
The following Links are showing Portugese documents. If someone translate them we can show here the correponding links.&lt;br /&gt;
&lt;br /&gt;
http://broffice.org/files/Introdu%C3%A7%C3%A3o_ao%20BrOffice.org_Base_2.0.x.odt&lt;br /&gt;
&lt;br /&gt;
=Copyright=&lt;br /&gt;
&lt;br /&gt;
[http://dba.openoffice.org/ OOo Database Development]&amp;lt;br&amp;gt;&lt;br /&gt;
[http://qa.openoffice.org/ooQAReloaded/DatabaseTeamsite/ooQA-TeamDatabase.html OOo Database QA]&amp;lt;br&amp;gt;&lt;br /&gt;
[http://wiki.services.openoffice.org/wiki/Category:Database OOo General Database Info]&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
: &amp;#039;&amp;#039;Initial author : [mailto:mechtilde@mechtilde@openoffice.org?subject:OOoWiki Mechtilde Stehmann]  24 September 2007&amp;#039;&amp;#039;&lt;br /&gt;
: This page is under [http://creativecommons.org/licenses/by-sa/3.0/legalcode CC by-sa] since 2009-02-02&lt;br /&gt;
:&amp;#039;&amp;#039;Please do not change the logical content of this site without acknowledge of the author or the [http://wiki.services.openoffice.org/wiki/Project_Lead OOo QA Project Lead/Co-Leads]. This side is linked by the online help.&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div id=&amp;quot;Template_CC-BY-SA&amp;quot;&amp;gt;&lt;br /&gt;
{|align=&amp;quot;left&amp;quot; width=&amp;quot;100%&amp;quot; border=&amp;quot;0&amp;quot; cellspacing=&amp;quot;4&amp;quot; cellpadding=&amp;quot;0&amp;quot; style=&amp;quot;border-top: 1px solid #666; font-size: xx-small; margin-top: 20px; text-align: right;&amp;quot;&lt;br /&gt;
| Content on this page is licensed under the [http://creativecommons.org/licenses/by-sa/3.0/legalcode Creative Common Attribution 3.0 license (CC BY-SA)].&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Quality Assurance]]&lt;br /&gt;
[[Category:Database]]&lt;/div&gt;</summary>
		<author><name>MSPhobe</name></author>
	</entry>
	<entry>
		<id>https://wiki.openoffice.org/w/index.php?title=Database&amp;diff=128993</id>
		<title>Database</title>
		<link rel="alternate" type="text/html" href="https://wiki.openoffice.org/w/index.php?title=Database&amp;diff=128993"/>
		<updated>2009-05-24T09:54:37Z</updated>

		<summary type="html">&lt;p&gt;MSPhobe: Tidied an entry&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Database/Lang|Database}}&lt;br /&gt;
This page is hosted by the [http://wiki.services.openoffice.org/wiki/Database_Docu_Coordinator OOo Database Docu Coordinator], who are members of the [http://qa.openoffice.org/ooQAReloaded/DatabaseTeamsite/ooQA-TeamDatabase.html OOo Database QA Team].&lt;br /&gt;
You can find here links to Base documentation ordered by languages and topics. Feel free to add missing documents to this list.&lt;br /&gt;
&lt;br /&gt;
Resources related to OpenOffice.org Base:&lt;br /&gt;
&lt;br /&gt;
= English =&lt;br /&gt;
The following links are in English.&lt;br /&gt;
== Manuals ==&lt;br /&gt;
=== General ===&lt;br /&gt;
* Base&lt;br /&gt;
: [[Documentation/Database | Database]]&lt;br /&gt;
: Description of the features of OpenOffice.org Base (short overview), Documentation resources and official sites&lt;br /&gt;
&lt;br /&gt;
* OpenOffice.org User Guides (Getting Started with Base) &lt;br /&gt;
: [http://documentation.openoffice.org/manuals/oooauthors2/0110GS-GettingStartedWithBase.pdf  Getting Started with Base] - &amp;#039;&amp;#039;PDF&amp;#039;&amp;#039;&lt;br /&gt;
: or Getting Started with Base [http://wiki.services.openoffice.org/wiki/Documentation/OOo3_User_Guides/Getting_Started/Getting_Started_with_Base wiki version]&lt;br /&gt;
: Learn how to create a database, queries, forms and reports and connect to and use other data sources within OOo-Base.&lt;br /&gt;
&lt;br /&gt;
* OpenOffice.org Base Manual&lt;br /&gt;
: [http://nothickmanuals.info/doku.php/articles:ooobaseprimer OpenOffice.org Base Primer]&lt;br /&gt;
: Initial Authors: Andrew &amp;#039;Drew&amp;#039; Jensen, Frank Schoenheit, et al.&lt;br /&gt;
: A short screenshot-guided overview on how to use Base.&lt;br /&gt;
&lt;br /&gt;
* Mid Level Base Tutorial &lt;br /&gt;
: [http://documentation.openoffice.org/servlets/ProjectDocumentList?folderID=778&amp;amp;expandFolder=778&amp;amp;folderID=597 Mid Level Base Tutorial]&lt;br /&gt;
: Innitial Authors: Mariano Casanova, Andrew &amp;#039;Drew&amp;#039; Jensen&lt;br /&gt;
&lt;br /&gt;
* Beginners - Example Database - Base Tutorial &lt;br /&gt;
: [http://www.oooforum.org/forum/viewtopic.phtml?t=25060 Example]&lt;br /&gt;
: Initial author: Andrew &amp;#039;Drew&amp;#039; Jensen &lt;br /&gt;
: This tutorial covers creating a first database using OOoBase. It is intended for those that have not used Base before or those that have never used any database manager. &lt;br /&gt;
&lt;br /&gt;
* Base and Macros&lt;br /&gt;
: [http://www.pitonyak.org/database/ Pitonyak&amp;#039;s document]&lt;br /&gt;
: Initial author: Andrew Pitonyak&lt;br /&gt;
: This documentation focuses on operating a database with the help of OpenOffice.org Macros.&lt;br /&gt;
&lt;br /&gt;
*  Database: &amp;quot;ooBase&amp;quot;, aka &amp;quot;Base&amp;quot;- From getting started to more advanced&lt;br /&gt;
: [http://sheepdogguides.com/fdb/fdb1main.htm Tutorials and &amp;quot;How to&amp;quot;s... 45 from one author at Sheepdogguides.com]&lt;br /&gt;
: Initial author: TK Boyd&lt;br /&gt;
: Both specific tasks and fundamental skills are explained.&lt;br /&gt;
: A section introducing the use of macros added 5/09.&lt;br /&gt;
&lt;br /&gt;
*  Bringing data into OpenOffice 2.0&amp;#039;s database&lt;br /&gt;
: [http://searchenterpriselinux.techtarget.com/tip/0,289483,sid39_gci1222186,00.html Database]&lt;br /&gt;
: Initial author: Solveig Haugland&lt;br /&gt;
: Screenshot guided tutorial on how to import data into Openoffice.org Base.&lt;br /&gt;
&lt;br /&gt;
* New Features in 3.1&lt;br /&gt;
: [[Base/New_features_in_3_1|New Features]]&lt;br /&gt;
: Initial author: Reizinger Zoltan&lt;br /&gt;
: Compiled from mailing list&lt;br /&gt;
&lt;br /&gt;
=== Tables ===&lt;br /&gt;
&lt;br /&gt;
* [[Standard Distributed Schema]]&lt;br /&gt;
&lt;br /&gt;
=== Queries ===&lt;br /&gt;
* [[Built-in functions and Stored Procedures]]&lt;br /&gt;
&lt;br /&gt;
=== Reports ===&lt;br /&gt;
* [[SUN Report Builder]]&lt;br /&gt;
: &amp;#039;&amp;#039;description followed&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
* Sun Report Builder (Reference)&lt;br /&gt;
: [http://wiki.pentaho.com/display/Reporting/Pentaho+Reporting+Community+Documentation Reference] &lt;br /&gt;
: &amp;#039;&amp;#039;description follow &amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
* Sun Report Builder Documentation&lt;br /&gt;
: [[SUN_Report_Builder/Documentation|Documentation]]&lt;br /&gt;
: Basic Features&lt;br /&gt;
&lt;br /&gt;
* Functions in Reports&lt;br /&gt;
: [http://wiki.pentaho.com/display/Reporting/08.+Functions+and+Expressions Functions and Expressions]&lt;br /&gt;
: &amp;#039;&amp;#039;description followed&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
* Functions in Reports&lt;br /&gt;
: [[SUN Report Builder/Functions]]&lt;br /&gt;
: &amp;#039;&amp;#039;description followed&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
=== Developer ===&lt;br /&gt;
* Working basis to make the user guide better &lt;br /&gt;
: [[Documentation/OOoAuthors_User_Manual/Getting_Started/Getting_Started_with_Base | Getting_Started/Getting_Started_with_Base]]&lt;br /&gt;
: &amp;#039;&amp;#039;description followed&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
* Using Macros in Database Files&lt;br /&gt;
: [[Macros_in_Database_Documents | Macros_in_Database_Documents]]&lt;br /&gt;
: &amp;#039;Specification to develope this functionality&lt;br /&gt;
&lt;br /&gt;
=== FAQ ===&lt;br /&gt;
* Common tasks&lt;br /&gt;
: [[Common_tasks | Common_tasks]]&lt;br /&gt;
: Initial author: Andrew &amp;#039;Drew&amp;#039; Jensen&lt;br /&gt;
: Many good questions, no answers.&lt;br /&gt;
&lt;br /&gt;
=== Misc ===&lt;br /&gt;
* HSQLDB Tips and Tricks&lt;br /&gt;
: [[HSQLDB:Tips_and_Tricks | Tips_and_Tricks]]&lt;br /&gt;
: &amp;#039;&amp;#039;description followed&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
* [http://nothickmanuals.info/doku.php/articles:ooobaseprimer http://nothickmanuals.info/doku.php/articles:ooobaseprimer]&lt;br /&gt;
&lt;br /&gt;
== Connecting ==&lt;br /&gt;
* Base New Driver Tutorial&lt;br /&gt;
: [[Base_New_Driver_Tutorial]] &lt;br /&gt;
: Initial author: Robert Vojta&lt;br /&gt;
: This small How-To contains a simple step-by-step introduction on how to put your driver inside the connectivity module. The second part of this document covers differences between a driver in connectivity module and a driver in an UNO package.&lt;br /&gt;
&lt;br /&gt;
* Better Database Drivers &lt;br /&gt;
: [[BetterDatabaseDrivers]] &lt;br /&gt;
: Initial author:Eric Bischoff&lt;br /&gt;
:Some ideas for a better and simpler infrastructure for database drivers&lt;br /&gt;
&lt;br /&gt;
* Connecting to Microsoft Access&lt;br /&gt;
: [[Connecting_to_Microsoft_Access]] &lt;br /&gt;
: Initial author: Regina Henschel&lt;br /&gt;
: These article describes how to connect to a Microsoft Access database file, if you use a MS Windows operating system.&lt;br /&gt;
&lt;br /&gt;
* OpenOffice.org Base - Database Drivers&lt;br /&gt;
: [http://dba.openoffice.org/drivers/ http://dba.openoffice.org/drivers/] &lt;br /&gt;
&lt;br /&gt;
* Connecting with MySQL&lt;br /&gt;
: [[Connect_MySQLandBase]]&lt;br /&gt;
&lt;br /&gt;
* An overview page&lt;br /&gt;
: Native PostgreSQL Driver&lt;br /&gt;
: [http://dba.openoffice.org/drivers/postgresql/index.html http://dba.openoffice.org/drivers/postgresql/index.html] &lt;br /&gt;
&lt;br /&gt;
* SQL-lite Driver&lt;br /&gt;
: http://dba.openoffice.org/drivers/sqlite/index.html&lt;br /&gt;
&lt;br /&gt;
* mdb-sdbc-driver-0.1.0&lt;br /&gt;
: [http://dba.openoffice.org/drivers/mdb/index.html http://dba.openoffice.org/drivers/mdb/index.html]&lt;br /&gt;
: Initial author: Wind Li (yl146652 [at] openoffice [dot] org)&lt;br /&gt;
: It is a try to connect a Linux system to MS Access. There is no further development.&lt;br /&gt;
&lt;br /&gt;
* A working page&lt;br /&gt;
: [[MDB_Driver_Integration]]&lt;br /&gt;
&lt;br /&gt;
* MSA-Base Faq&lt;br /&gt;
: [[MSA-Base_Faq]]&lt;br /&gt;
&lt;br /&gt;
* Firebird driver update for OO.org&lt;br /&gt;
: [http://jaybirdwiki.firebirdsql.org/jaybird/doku.php?id=config:oobase Jaybird OpenOffice.org Base support]&lt;br /&gt;
&lt;br /&gt;
== Examples ==&lt;br /&gt;
=== General ===&lt;br /&gt;
* Base Example (Overview)&lt;br /&gt;
: [[Category:Base_Example]]&lt;br /&gt;
: Initial author: Frank Schönheit&lt;br /&gt;
&lt;br /&gt;
* Standard Distributed Schema&lt;br /&gt;
: [[Standard_Distributed_Schema]]&lt;br /&gt;
&lt;br /&gt;
=== Concrete Examples ===&lt;br /&gt;
* A club membership database&lt;br /&gt;
: [[A_club_membership_database]]&lt;br /&gt;
: Initial author: Andrew &amp;#039;Drew&amp;#039; Jensen&lt;br /&gt;
: Description of creating an example database&lt;br /&gt;
&lt;br /&gt;
* OpenOffice.org API - Code snippets&lt;br /&gt;
: [http://codesnippets.services.openoffice.org/Database/index.xml http://codesnippets.services.openoffice.org/Database/index.xml]&lt;br /&gt;
: Useful code snippets solving frequently asked questions.&lt;br /&gt;
&lt;br /&gt;
* Base Example&lt;br /&gt;
: [[Help_Files]]&lt;br /&gt;
&lt;br /&gt;
== Misc ==&lt;br /&gt;
&lt;br /&gt;
* [http://user.services.openoffice.org/en/forum/viewforum.php?f=13 OOo Community Forum]&lt;br /&gt;
: Initial author: Andrew &amp;#039;Drew&amp;#039; Jensen &lt;br /&gt;
: Starting Point for all kind of OOo Database Questions&lt;br /&gt;
&lt;br /&gt;
== Testing ==&lt;br /&gt;
&lt;br /&gt;
* Main Point of OOo Database Testing&lt;br /&gt;
: [http://qa.openoffice.org/ooQAReloaded/DatabaseTeamsite/ooQA-TeamDatabase.html OOo Database QA Team Site]&lt;br /&gt;
: Initial Author: [[User:Clu Christoph Lukasiak]]&lt;br /&gt;
&lt;br /&gt;
* Main Starter Document for QA Newbies&lt;br /&gt;
: [http://qa.openoffice.org/ooQAReloaded/Docs/QA-Reloaded-HowToStart.html OOo QA How to Start Document]&lt;br /&gt;
: Initial Author: [[User:Wg Wolfram Garten]]&lt;br /&gt;
&lt;br /&gt;
* [[Database_Automatic_Testing]] &lt;br /&gt;
* [[Documentation/OOoAuthors_User_Manual/Base_Guide/Planning |Base_Guide-Planning]]&lt;br /&gt;
* [[FAQ_%28Base%29 |FAQ Base]]&lt;br /&gt;
* [[OOoHelpOutline#Base_and_Database  Base_and_Database]]&lt;br /&gt;
&lt;br /&gt;
* [http://ericzander.com/Publications/OO_MySQL_Tutorial/index.htm http://ericzander.com/Publications/OO_MySQL_Tutorial/index.htm] &lt;br /&gt;
: Connecting OpenOffice.org To A Remote MySQL Database] (event. 1.x)&lt;br /&gt;
&lt;br /&gt;
= French =&lt;br /&gt;
&lt;br /&gt;
The following Links are showing French documents. If someone translate them we can show here the correponding links.&lt;br /&gt;
&lt;br /&gt;
= German =&lt;br /&gt;
&lt;br /&gt;
The following Links are showing German documents. If someone translate them we can show here the correponding links.&lt;br /&gt;
&lt;br /&gt;
* [[DE/Beispielsdatenbank_mit_Base]]&lt;br /&gt;
&lt;br /&gt;
* http://dannenhoefer.de/faqstarbasic/Datenbanken.html&lt;br /&gt;
&lt;br /&gt;
* http://de.openoffice.org/doc/howto_2_0/index.html#datenquellen_2_0&lt;br /&gt;
&lt;br /&gt;
* [[DE/FAQ/Base]]&lt;br /&gt;
&lt;br /&gt;
* End user documentation&lt;br /&gt;
: http://www.ooowiki.de/KategorieBase&lt;br /&gt;
&lt;br /&gt;
* [[OpenOffice_per_JDBC_an_Informix | Anbindung von OpenOffice an Informix per JDBC]]&lt;br /&gt;
&lt;br /&gt;
= Portugese =&lt;br /&gt;
&lt;br /&gt;
The following Links are showing Portugese documents. If someone translate them we can show here the correponding links.&lt;br /&gt;
&lt;br /&gt;
http://broffice.org/files/Introdu%C3%A7%C3%A3o_ao%20BrOffice.org_Base_2.0.x.odt&lt;br /&gt;
&lt;br /&gt;
=Copyright=&lt;br /&gt;
&lt;br /&gt;
[http://dba.openoffice.org/ OOo Database Development]&amp;lt;br&amp;gt;&lt;br /&gt;
[http://qa.openoffice.org/ooQAReloaded/DatabaseTeamsite/ooQA-TeamDatabase.html OOo Database QA]&amp;lt;br&amp;gt;&lt;br /&gt;
[http://wiki.services.openoffice.org/wiki/Category:Database OOo General Database Info]&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
: &amp;#039;&amp;#039;Initial author : [mailto:mechtilde@mechtilde@openoffice.org?subject:OOoWiki Mechtilde Stehmann]  24 September 2007&amp;#039;&amp;#039;&lt;br /&gt;
: This page is under [http://creativecommons.org/licenses/by-sa/3.0/legalcode CC by-sa] since 2009-02-02&lt;br /&gt;
:&amp;#039;&amp;#039;Please do not change the logical content of this site without acknowledge of the author or the [http://wiki.services.openoffice.org/wiki/Project_Lead OOo QA Project Lead/Co-Leads]. This side is linked by the online help.&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div id=&amp;quot;Template_CC-BY-SA&amp;quot;&amp;gt;&lt;br /&gt;
{|align=&amp;quot;left&amp;quot; width=&amp;quot;100%&amp;quot; border=&amp;quot;0&amp;quot; cellspacing=&amp;quot;4&amp;quot; cellpadding=&amp;quot;0&amp;quot; style=&amp;quot;border-top: 1px solid #666; font-size: xx-small; margin-top: 20px; text-align: right;&amp;quot;&lt;br /&gt;
| Content on this page is licensed under the [http://creativecommons.org/licenses/by-sa/3.0/legalcode Creative Common Attribution 3.0 license (CC BY-SA)].&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Quality Assurance]]&lt;br /&gt;
[[Category:Database]]&lt;/div&gt;</summary>
		<author><name>MSPhobe</name></author>
	</entry>
	<entry>
		<id>https://wiki.openoffice.org/w/index.php?title=Database&amp;diff=128991</id>
		<title>Database</title>
		<link rel="alternate" type="text/html" href="https://wiki.openoffice.org/w/index.php?title=Database&amp;diff=128991"/>
		<updated>2009-05-24T09:51:39Z</updated>

		<summary type="html">&lt;p&gt;MSPhobe: Fixed awkward phrase... I hope. Maybe original was meant to say &amp;quot;Add requests for things&amp;quot;... if so, and you think it should be here, you put it in!&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Database/Lang|Database}}&lt;br /&gt;
This page is hosted by the [http://wiki.services.openoffice.org/wiki/Database_Docu_Coordinator OOo Database Docu Coordinator], who are members of the [http://qa.openoffice.org/ooQAReloaded/DatabaseTeamsite/ooQA-TeamDatabase.html OOo Database QA Team].&lt;br /&gt;
You can find here links to Base documentation ordered by languages and topics. Feel free to add missing documents to this list.&lt;br /&gt;
&lt;br /&gt;
Resources related to OpenOffice.org Base:&lt;br /&gt;
&lt;br /&gt;
= English =&lt;br /&gt;
The following links are in English.&lt;br /&gt;
== Manuals ==&lt;br /&gt;
=== General ===&lt;br /&gt;
* Base&lt;br /&gt;
: [[Documentation/Database | Database]]&lt;br /&gt;
: Description of the features of OpenOffice.org Base (short overview), Documentation resources and official sites&lt;br /&gt;
&lt;br /&gt;
* OpenOffice.org User Guides (Getting Started with Base) &lt;br /&gt;
: [http://documentation.openoffice.org/manuals/oooauthors2/0110GS-GettingStartedWithBase.pdf  Getting Started with Base] - &amp;#039;&amp;#039;PDF&amp;#039;&amp;#039;&lt;br /&gt;
: or Getting Started with Base [http://wiki.services.openoffice.org/wiki/Documentation/OOo3_User_Guides/Getting_Started/Getting_Started_with_Base wiki version]&lt;br /&gt;
: Learn how to create a database, queries, forms and reports and connect to and use other data sources within OOo-Base.&lt;br /&gt;
&lt;br /&gt;
* OpenOffice.org Base Manual&lt;br /&gt;
: [http://nothickmanuals.info/doku.php/articles:ooobaseprimer OpenOffice.org Base Primer]&lt;br /&gt;
: Initial Authors: Andrew &amp;#039;Drew&amp;#039; Jensen, Frank Schoenheit, et al.&lt;br /&gt;
: A short screenshot-guided overview on how to use Base.&lt;br /&gt;
&lt;br /&gt;
* Mid Level Base Tutorial &lt;br /&gt;
: [http://documentation.openoffice.org/servlets/ProjectDocumentList?folderID=778&amp;amp;expandFolder=778&amp;amp;folderID=597 Mid Level Base Tutorial]&lt;br /&gt;
: Innitial Authors: Mariano Casanova, Andrew &amp;#039;Drew&amp;#039; Jensen&lt;br /&gt;
&lt;br /&gt;
* Beginners - Example Database - Base Tutorial &lt;br /&gt;
: [http://www.oooforum.org/forum/viewtopic.phtml?t=25060 Example]&lt;br /&gt;
: Initial author: Andrew &amp;#039;Drew&amp;#039; Jensen &lt;br /&gt;
: This tutorial covers creating a first database using OOoBase. It is intended for those that have not used Base before or those that have never used any database manager. &lt;br /&gt;
&lt;br /&gt;
* Base and Macros&lt;br /&gt;
: [http://www.pitonyak.org/database/ Pitonyak&amp;#039;s document]&lt;br /&gt;
: Initial author: Andrew Pitonyak&lt;br /&gt;
: This documentation focuses on operating a database with the help of OpenOffice.org Macros.&lt;br /&gt;
&lt;br /&gt;
*  Database: &amp;quot;ooBase&amp;quot;, aka &amp;quot;Base&amp;quot;&lt;br /&gt;
: [http://sheepdogguides.com/fdb/fdb1main.htm Tutorials and &amp;quot;How to&amp;quot;s... 45 from one author at Sheepdogguides.com]&lt;br /&gt;
: Initial author: TK Boyd&lt;br /&gt;
: Specific tasks and also fundamental skills are discussed.&lt;br /&gt;
: A section introducing the use of macros added 5/09.&lt;br /&gt;
&lt;br /&gt;
*  Bringing data into OpenOffice 2.0&amp;#039;s database&lt;br /&gt;
: [http://searchenterpriselinux.techtarget.com/tip/0,289483,sid39_gci1222186,00.html Database]&lt;br /&gt;
: Initial author: Solveig Haugland&lt;br /&gt;
: Screenshot guided tutorial on how to import data into Openoffice.org Base.&lt;br /&gt;
&lt;br /&gt;
* New Features in 3.1&lt;br /&gt;
: [[Base/New_features_in_3_1|New Features]]&lt;br /&gt;
: Initial author: Reizinger Zoltan&lt;br /&gt;
: Compiled from mailing list&lt;br /&gt;
&lt;br /&gt;
=== Tables ===&lt;br /&gt;
&lt;br /&gt;
* [[Standard Distributed Schema]]&lt;br /&gt;
&lt;br /&gt;
=== Queries ===&lt;br /&gt;
* [[Built-in functions and Stored Procedures]]&lt;br /&gt;
&lt;br /&gt;
=== Reports ===&lt;br /&gt;
* [[SUN Report Builder]]&lt;br /&gt;
: &amp;#039;&amp;#039;description followed&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
* Sun Report Builder (Reference)&lt;br /&gt;
: [http://wiki.pentaho.com/display/Reporting/Pentaho+Reporting+Community+Documentation Reference] &lt;br /&gt;
: &amp;#039;&amp;#039;description follow &amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
* Sun Report Builder Documentation&lt;br /&gt;
: [[SUN_Report_Builder/Documentation|Documentation]]&lt;br /&gt;
: Basic Features&lt;br /&gt;
&lt;br /&gt;
* Functions in Reports&lt;br /&gt;
: [http://wiki.pentaho.com/display/Reporting/08.+Functions+and+Expressions Functions and Expressions]&lt;br /&gt;
: &amp;#039;&amp;#039;description followed&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
* Functions in Reports&lt;br /&gt;
: [[SUN Report Builder/Functions]]&lt;br /&gt;
: &amp;#039;&amp;#039;description followed&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
=== Developer ===&lt;br /&gt;
* Working basis to make the user guide better &lt;br /&gt;
: [[Documentation/OOoAuthors_User_Manual/Getting_Started/Getting_Started_with_Base | Getting_Started/Getting_Started_with_Base]]&lt;br /&gt;
: &amp;#039;&amp;#039;description followed&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
* Using Macros in Database Files&lt;br /&gt;
: [[Macros_in_Database_Documents | Macros_in_Database_Documents]]&lt;br /&gt;
: &amp;#039;Specification to develope this functionality&lt;br /&gt;
&lt;br /&gt;
=== FAQ ===&lt;br /&gt;
* Common tasks&lt;br /&gt;
: [[Common_tasks | Common_tasks]]&lt;br /&gt;
: Initial author: Andrew &amp;#039;Drew&amp;#039; Jensen&lt;br /&gt;
: Many good questions, no answers.&lt;br /&gt;
&lt;br /&gt;
=== Misc ===&lt;br /&gt;
* HSQLDB Tips and Tricks&lt;br /&gt;
: [[HSQLDB:Tips_and_Tricks | Tips_and_Tricks]]&lt;br /&gt;
: &amp;#039;&amp;#039;description followed&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
* [http://nothickmanuals.info/doku.php/articles:ooobaseprimer http://nothickmanuals.info/doku.php/articles:ooobaseprimer]&lt;br /&gt;
&lt;br /&gt;
== Connecting ==&lt;br /&gt;
* Base New Driver Tutorial&lt;br /&gt;
: [[Base_New_Driver_Tutorial]] &lt;br /&gt;
: Initial author: Robert Vojta&lt;br /&gt;
: This small How-To contains a simple step-by-step introduction on how to put your driver inside the connectivity module. The second part of this document covers differences between a driver in connectivity module and a driver in an UNO package.&lt;br /&gt;
&lt;br /&gt;
* Better Database Drivers &lt;br /&gt;
: [[BetterDatabaseDrivers]] &lt;br /&gt;
: Initial author:Eric Bischoff&lt;br /&gt;
:Some ideas for a better and simpler infrastructure for database drivers&lt;br /&gt;
&lt;br /&gt;
* Connecting to Microsoft Access&lt;br /&gt;
: [[Connecting_to_Microsoft_Access]] &lt;br /&gt;
: Initial author: Regina Henschel&lt;br /&gt;
: These article describes how to connect to a Microsoft Access database file, if you use a MS Windows operating system.&lt;br /&gt;
&lt;br /&gt;
* OpenOffice.org Base - Database Drivers&lt;br /&gt;
: [http://dba.openoffice.org/drivers/ http://dba.openoffice.org/drivers/] &lt;br /&gt;
&lt;br /&gt;
* Connecting with MySQL&lt;br /&gt;
: [[Connect_MySQLandBase]]&lt;br /&gt;
&lt;br /&gt;
* An overview page&lt;br /&gt;
: Native PostgreSQL Driver&lt;br /&gt;
: [http://dba.openoffice.org/drivers/postgresql/index.html http://dba.openoffice.org/drivers/postgresql/index.html] &lt;br /&gt;
&lt;br /&gt;
* SQL-lite Driver&lt;br /&gt;
: http://dba.openoffice.org/drivers/sqlite/index.html&lt;br /&gt;
&lt;br /&gt;
* mdb-sdbc-driver-0.1.0&lt;br /&gt;
: [http://dba.openoffice.org/drivers/mdb/index.html http://dba.openoffice.org/drivers/mdb/index.html]&lt;br /&gt;
: Initial author: Wind Li (yl146652 [at] openoffice [dot] org)&lt;br /&gt;
: It is a try to connect a Linux system to MS Access. There is no further development.&lt;br /&gt;
&lt;br /&gt;
* A working page&lt;br /&gt;
: [[MDB_Driver_Integration]]&lt;br /&gt;
&lt;br /&gt;
* MSA-Base Faq&lt;br /&gt;
: [[MSA-Base_Faq]]&lt;br /&gt;
&lt;br /&gt;
* Firebird driver update for OO.org&lt;br /&gt;
: [http://jaybirdwiki.firebirdsql.org/jaybird/doku.php?id=config:oobase Jaybird OpenOffice.org Base support]&lt;br /&gt;
&lt;br /&gt;
== Examples ==&lt;br /&gt;
=== General ===&lt;br /&gt;
* Base Example (Overview)&lt;br /&gt;
: [[Category:Base_Example]]&lt;br /&gt;
: Initial author: Frank Schönheit&lt;br /&gt;
&lt;br /&gt;
* Standard Distributed Schema&lt;br /&gt;
: [[Standard_Distributed_Schema]]&lt;br /&gt;
&lt;br /&gt;
=== Concrete Examples ===&lt;br /&gt;
* A club membership database&lt;br /&gt;
: [[A_club_membership_database]]&lt;br /&gt;
: Initial author: Andrew &amp;#039;Drew&amp;#039; Jensen&lt;br /&gt;
: Description of creating an example database&lt;br /&gt;
&lt;br /&gt;
* OpenOffice.org API - Code snippets&lt;br /&gt;
: [http://codesnippets.services.openoffice.org/Database/index.xml http://codesnippets.services.openoffice.org/Database/index.xml]&lt;br /&gt;
: Useful code snippets solving frequently asked questions.&lt;br /&gt;
&lt;br /&gt;
* Base Example&lt;br /&gt;
: [[Help_Files]]&lt;br /&gt;
&lt;br /&gt;
== Misc ==&lt;br /&gt;
&lt;br /&gt;
* [http://user.services.openoffice.org/en/forum/viewforum.php?f=13 OOo Community Forum]&lt;br /&gt;
: Initial author: Andrew &amp;#039;Drew&amp;#039; Jensen &lt;br /&gt;
: Starting Point for all kind of OOo Database Questions&lt;br /&gt;
&lt;br /&gt;
== Testing ==&lt;br /&gt;
&lt;br /&gt;
* Main Point of OOo Database Testing&lt;br /&gt;
: [http://qa.openoffice.org/ooQAReloaded/DatabaseTeamsite/ooQA-TeamDatabase.html OOo Database QA Team Site]&lt;br /&gt;
: Initial Author: [[User:Clu Christoph Lukasiak]]&lt;br /&gt;
&lt;br /&gt;
* Main Starter Document for QA Newbies&lt;br /&gt;
: [http://qa.openoffice.org/ooQAReloaded/Docs/QA-Reloaded-HowToStart.html OOo QA How to Start Document]&lt;br /&gt;
: Initial Author: [[User:Wg Wolfram Garten]]&lt;br /&gt;
&lt;br /&gt;
* [[Database_Automatic_Testing]] &lt;br /&gt;
* [[Documentation/OOoAuthors_User_Manual/Base_Guide/Planning |Base_Guide-Planning]]&lt;br /&gt;
* [[FAQ_%28Base%29 |FAQ Base]]&lt;br /&gt;
* [[OOoHelpOutline#Base_and_Database  Base_and_Database]]&lt;br /&gt;
&lt;br /&gt;
* [http://ericzander.com/Publications/OO_MySQL_Tutorial/index.htm http://ericzander.com/Publications/OO_MySQL_Tutorial/index.htm] &lt;br /&gt;
: Connecting OpenOffice.org To A Remote MySQL Database] (event. 1.x)&lt;br /&gt;
&lt;br /&gt;
= French =&lt;br /&gt;
&lt;br /&gt;
The following Links are showing French documents. If someone translate them we can show here the correponding links.&lt;br /&gt;
&lt;br /&gt;
= German =&lt;br /&gt;
&lt;br /&gt;
The following Links are showing German documents. If someone translate them we can show here the correponding links.&lt;br /&gt;
&lt;br /&gt;
* [[DE/Beispielsdatenbank_mit_Base]]&lt;br /&gt;
&lt;br /&gt;
* http://dannenhoefer.de/faqstarbasic/Datenbanken.html&lt;br /&gt;
&lt;br /&gt;
* http://de.openoffice.org/doc/howto_2_0/index.html#datenquellen_2_0&lt;br /&gt;
&lt;br /&gt;
* [[DE/FAQ/Base]]&lt;br /&gt;
&lt;br /&gt;
* End user documentation&lt;br /&gt;
: http://www.ooowiki.de/KategorieBase&lt;br /&gt;
&lt;br /&gt;
* [[OpenOffice_per_JDBC_an_Informix | Anbindung von OpenOffice an Informix per JDBC]]&lt;br /&gt;
&lt;br /&gt;
= Portugese =&lt;br /&gt;
&lt;br /&gt;
The following Links are showing Portugese documents. If someone translate them we can show here the correponding links.&lt;br /&gt;
&lt;br /&gt;
http://broffice.org/files/Introdu%C3%A7%C3%A3o_ao%20BrOffice.org_Base_2.0.x.odt&lt;br /&gt;
&lt;br /&gt;
=Copyright=&lt;br /&gt;
&lt;br /&gt;
[http://dba.openoffice.org/ OOo Database Development]&amp;lt;br&amp;gt;&lt;br /&gt;
[http://qa.openoffice.org/ooQAReloaded/DatabaseTeamsite/ooQA-TeamDatabase.html OOo Database QA]&amp;lt;br&amp;gt;&lt;br /&gt;
[http://wiki.services.openoffice.org/wiki/Category:Database OOo General Database Info]&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
: &amp;#039;&amp;#039;Initial author : [mailto:mechtilde@mechtilde@openoffice.org?subject:OOoWiki Mechtilde Stehmann]  24 September 2007&amp;#039;&amp;#039;&lt;br /&gt;
: This page is under [http://creativecommons.org/licenses/by-sa/3.0/legalcode CC by-sa] since 2009-02-02&lt;br /&gt;
:&amp;#039;&amp;#039;Please do not change the logical content of this site without acknowledge of the author or the [http://wiki.services.openoffice.org/wiki/Project_Lead OOo QA Project Lead/Co-Leads]. This side is linked by the online help.&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div id=&amp;quot;Template_CC-BY-SA&amp;quot;&amp;gt;&lt;br /&gt;
{|align=&amp;quot;left&amp;quot; width=&amp;quot;100%&amp;quot; border=&amp;quot;0&amp;quot; cellspacing=&amp;quot;4&amp;quot; cellpadding=&amp;quot;0&amp;quot; style=&amp;quot;border-top: 1px solid #666; font-size: xx-small; margin-top: 20px; text-align: right;&amp;quot;&lt;br /&gt;
| Content on this page is licensed under the [http://creativecommons.org/licenses/by-sa/3.0/legalcode Creative Common Attribution 3.0 license (CC BY-SA)].&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Quality Assurance]]&lt;br /&gt;
[[Category:Database]]&lt;/div&gt;</summary>
		<author><name>MSPhobe</name></author>
	</entry>
	<entry>
		<id>https://wiki.openoffice.org/w/index.php?title=Database&amp;diff=128990</id>
		<title>Database</title>
		<link rel="alternate" type="text/html" href="https://wiki.openoffice.org/w/index.php?title=Database&amp;diff=128990"/>
		<updated>2009-05-24T09:49:19Z</updated>

		<summary type="html">&lt;p&gt;MSPhobe: /* General */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Database/Lang|Database}}&lt;br /&gt;
This page is hosted by the [http://wiki.services.openoffice.org/wiki/Database_Docu_Coordinator OOo Database Docu Coordinator], who are members of the [http://qa.openoffice.org/ooQAReloaded/DatabaseTeamsite/ooQA-TeamDatabase.html OOo Database QA Team].&lt;br /&gt;
You can find here links to Base documentation ordered by languages and topics. Feel free to add documents, you are missing, to this list.&lt;br /&gt;
&lt;br /&gt;
Resources related to OpenOffice.org Base:&lt;br /&gt;
&lt;br /&gt;
= English =&lt;br /&gt;
The following links are in English.&lt;br /&gt;
== Manuals ==&lt;br /&gt;
=== General ===&lt;br /&gt;
* Base&lt;br /&gt;
: [[Documentation/Database | Database]]&lt;br /&gt;
: Description of the features of OpenOffice.org Base (short overview), Documentation resources and official sites&lt;br /&gt;
&lt;br /&gt;
* OpenOffice.org User Guides (Getting Started with Base) &lt;br /&gt;
: [http://documentation.openoffice.org/manuals/oooauthors2/0110GS-GettingStartedWithBase.pdf  Getting Started with Base] - &amp;#039;&amp;#039;PDF&amp;#039;&amp;#039;&lt;br /&gt;
: or Getting Started with Base [http://wiki.services.openoffice.org/wiki/Documentation/OOo3_User_Guides/Getting_Started/Getting_Started_with_Base wiki version]&lt;br /&gt;
: Learn how to create a database, queries, forms and reports and connect to and use other data sources within OOo-Base.&lt;br /&gt;
&lt;br /&gt;
* OpenOffice.org Base Manual&lt;br /&gt;
: [http://nothickmanuals.info/doku.php/articles:ooobaseprimer OpenOffice.org Base Primer]&lt;br /&gt;
: Initial Authors: Andrew &amp;#039;Drew&amp;#039; Jensen, Frank Schoenheit, et al.&lt;br /&gt;
: A short screenshot-guided overview on how to use Base.&lt;br /&gt;
&lt;br /&gt;
* Mid Level Base Tutorial &lt;br /&gt;
: [http://documentation.openoffice.org/servlets/ProjectDocumentList?folderID=778&amp;amp;expandFolder=778&amp;amp;folderID=597 Mid Level Base Tutorial]&lt;br /&gt;
: Innitial Authors: Mariano Casanova, Andrew &amp;#039;Drew&amp;#039; Jensen&lt;br /&gt;
&lt;br /&gt;
* Beginners - Example Database - Base Tutorial &lt;br /&gt;
: [http://www.oooforum.org/forum/viewtopic.phtml?t=25060 Example]&lt;br /&gt;
: Initial author: Andrew &amp;#039;Drew&amp;#039; Jensen &lt;br /&gt;
: This tutorial covers creating a first database using OOoBase. It is intended for those that have not used Base before or those that have never used any database manager. &lt;br /&gt;
&lt;br /&gt;
* Base and Macros&lt;br /&gt;
: [http://www.pitonyak.org/database/ Pitonyak&amp;#039;s document]&lt;br /&gt;
: Initial author: Andrew Pitonyak&lt;br /&gt;
: This documentation focuses on operating a database with the help of OpenOffice.org Macros.&lt;br /&gt;
&lt;br /&gt;
*  Database: &amp;quot;ooBase&amp;quot;, aka &amp;quot;Base&amp;quot;&lt;br /&gt;
: [http://sheepdogguides.com/fdb/fdb1main.htm Tutorials and &amp;quot;How to&amp;quot;s... 45 from one author at Sheepdogguides.com]&lt;br /&gt;
: Initial author: TK Boyd&lt;br /&gt;
: Specific tasks and also fundamental skills are discussed.&lt;br /&gt;
: A section introducing the use of macros added 5/09.&lt;br /&gt;
&lt;br /&gt;
*  Bringing data into OpenOffice 2.0&amp;#039;s database&lt;br /&gt;
: [http://searchenterpriselinux.techtarget.com/tip/0,289483,sid39_gci1222186,00.html Database]&lt;br /&gt;
: Initial author: Solveig Haugland&lt;br /&gt;
: Screenshot guided tutorial on how to import data into Openoffice.org Base.&lt;br /&gt;
&lt;br /&gt;
* New Features in 3.1&lt;br /&gt;
: [[Base/New_features_in_3_1|New Features]]&lt;br /&gt;
: Initial author: Reizinger Zoltan&lt;br /&gt;
: Compiled from mailing list&lt;br /&gt;
&lt;br /&gt;
=== Tables ===&lt;br /&gt;
&lt;br /&gt;
* [[Standard Distributed Schema]]&lt;br /&gt;
&lt;br /&gt;
=== Queries ===&lt;br /&gt;
* [[Built-in functions and Stored Procedures]]&lt;br /&gt;
&lt;br /&gt;
=== Reports ===&lt;br /&gt;
* [[SUN Report Builder]]&lt;br /&gt;
: &amp;#039;&amp;#039;description followed&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
* Sun Report Builder (Reference)&lt;br /&gt;
: [http://wiki.pentaho.com/display/Reporting/Pentaho+Reporting+Community+Documentation Reference] &lt;br /&gt;
: &amp;#039;&amp;#039;description follow &amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
* Sun Report Builder Documentation&lt;br /&gt;
: [[SUN_Report_Builder/Documentation|Documentation]]&lt;br /&gt;
: Basic Features&lt;br /&gt;
&lt;br /&gt;
* Functions in Reports&lt;br /&gt;
: [http://wiki.pentaho.com/display/Reporting/08.+Functions+and+Expressions Functions and Expressions]&lt;br /&gt;
: &amp;#039;&amp;#039;description followed&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
* Functions in Reports&lt;br /&gt;
: [[SUN Report Builder/Functions]]&lt;br /&gt;
: &amp;#039;&amp;#039;description followed&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
=== Developer ===&lt;br /&gt;
* Working basis to make the user guide better &lt;br /&gt;
: [[Documentation/OOoAuthors_User_Manual/Getting_Started/Getting_Started_with_Base | Getting_Started/Getting_Started_with_Base]]&lt;br /&gt;
: &amp;#039;&amp;#039;description followed&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
* Using Macros in Database Files&lt;br /&gt;
: [[Macros_in_Database_Documents | Macros_in_Database_Documents]]&lt;br /&gt;
: &amp;#039;Specification to develope this functionality&lt;br /&gt;
&lt;br /&gt;
=== FAQ ===&lt;br /&gt;
* Common tasks&lt;br /&gt;
: [[Common_tasks | Common_tasks]]&lt;br /&gt;
: Initial author: Andrew &amp;#039;Drew&amp;#039; Jensen&lt;br /&gt;
: Many good questions, no answers.&lt;br /&gt;
&lt;br /&gt;
=== Misc ===&lt;br /&gt;
* HSQLDB Tips and Tricks&lt;br /&gt;
: [[HSQLDB:Tips_and_Tricks | Tips_and_Tricks]]&lt;br /&gt;
: &amp;#039;&amp;#039;description followed&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
* [http://nothickmanuals.info/doku.php/articles:ooobaseprimer http://nothickmanuals.info/doku.php/articles:ooobaseprimer]&lt;br /&gt;
&lt;br /&gt;
== Connecting ==&lt;br /&gt;
* Base New Driver Tutorial&lt;br /&gt;
: [[Base_New_Driver_Tutorial]] &lt;br /&gt;
: Initial author: Robert Vojta&lt;br /&gt;
: This small How-To contains a simple step-by-step introduction on how to put your driver inside the connectivity module. The second part of this document covers differences between a driver in connectivity module and a driver in an UNO package.&lt;br /&gt;
&lt;br /&gt;
* Better Database Drivers &lt;br /&gt;
: [[BetterDatabaseDrivers]] &lt;br /&gt;
: Initial author:Eric Bischoff&lt;br /&gt;
:Some ideas for a better and simpler infrastructure for database drivers&lt;br /&gt;
&lt;br /&gt;
* Connecting to Microsoft Access&lt;br /&gt;
: [[Connecting_to_Microsoft_Access]] &lt;br /&gt;
: Initial author: Regina Henschel&lt;br /&gt;
: These article describes how to connect to a Microsoft Access database file, if you use a MS Windows operating system.&lt;br /&gt;
&lt;br /&gt;
* OpenOffice.org Base - Database Drivers&lt;br /&gt;
: [http://dba.openoffice.org/drivers/ http://dba.openoffice.org/drivers/] &lt;br /&gt;
&lt;br /&gt;
* Connecting with MySQL&lt;br /&gt;
: [[Connect_MySQLandBase]]&lt;br /&gt;
&lt;br /&gt;
* An overview page&lt;br /&gt;
: Native PostgreSQL Driver&lt;br /&gt;
: [http://dba.openoffice.org/drivers/postgresql/index.html http://dba.openoffice.org/drivers/postgresql/index.html] &lt;br /&gt;
&lt;br /&gt;
* SQL-lite Driver&lt;br /&gt;
: http://dba.openoffice.org/drivers/sqlite/index.html&lt;br /&gt;
&lt;br /&gt;
* mdb-sdbc-driver-0.1.0&lt;br /&gt;
: [http://dba.openoffice.org/drivers/mdb/index.html http://dba.openoffice.org/drivers/mdb/index.html]&lt;br /&gt;
: Initial author: Wind Li (yl146652 [at] openoffice [dot] org)&lt;br /&gt;
: It is a try to connect a Linux system to MS Access. There is no further development.&lt;br /&gt;
&lt;br /&gt;
* A working page&lt;br /&gt;
: [[MDB_Driver_Integration]]&lt;br /&gt;
&lt;br /&gt;
* MSA-Base Faq&lt;br /&gt;
: [[MSA-Base_Faq]]&lt;br /&gt;
&lt;br /&gt;
* Firebird driver update for OO.org&lt;br /&gt;
: [http://jaybirdwiki.firebirdsql.org/jaybird/doku.php?id=config:oobase Jaybird OpenOffice.org Base support]&lt;br /&gt;
&lt;br /&gt;
== Examples ==&lt;br /&gt;
=== General ===&lt;br /&gt;
* Base Example (Overview)&lt;br /&gt;
: [[Category:Base_Example]]&lt;br /&gt;
: Initial author: Frank Schönheit&lt;br /&gt;
&lt;br /&gt;
* Standard Distributed Schema&lt;br /&gt;
: [[Standard_Distributed_Schema]]&lt;br /&gt;
&lt;br /&gt;
=== Concrete Examples ===&lt;br /&gt;
* A club membership database&lt;br /&gt;
: [[A_club_membership_database]]&lt;br /&gt;
: Initial author: Andrew &amp;#039;Drew&amp;#039; Jensen&lt;br /&gt;
: Description of creating an example database&lt;br /&gt;
&lt;br /&gt;
* OpenOffice.org API - Code snippets&lt;br /&gt;
: [http://codesnippets.services.openoffice.org/Database/index.xml http://codesnippets.services.openoffice.org/Database/index.xml]&lt;br /&gt;
: Useful code snippets solving frequently asked questions.&lt;br /&gt;
&lt;br /&gt;
* Base Example&lt;br /&gt;
: [[Help_Files]]&lt;br /&gt;
&lt;br /&gt;
== Misc ==&lt;br /&gt;
&lt;br /&gt;
* [http://user.services.openoffice.org/en/forum/viewforum.php?f=13 OOo Community Forum]&lt;br /&gt;
: Initial author: Andrew &amp;#039;Drew&amp;#039; Jensen &lt;br /&gt;
: Starting Point for all kind of OOo Database Questions&lt;br /&gt;
&lt;br /&gt;
== Testing ==&lt;br /&gt;
&lt;br /&gt;
* Main Point of OOo Database Testing&lt;br /&gt;
: [http://qa.openoffice.org/ooQAReloaded/DatabaseTeamsite/ooQA-TeamDatabase.html OOo Database QA Team Site]&lt;br /&gt;
: Initial Author: [[User:Clu Christoph Lukasiak]]&lt;br /&gt;
&lt;br /&gt;
* Main Starter Document for QA Newbies&lt;br /&gt;
: [http://qa.openoffice.org/ooQAReloaded/Docs/QA-Reloaded-HowToStart.html OOo QA How to Start Document]&lt;br /&gt;
: Initial Author: [[User:Wg Wolfram Garten]]&lt;br /&gt;
&lt;br /&gt;
* [[Database_Automatic_Testing]] &lt;br /&gt;
* [[Documentation/OOoAuthors_User_Manual/Base_Guide/Planning |Base_Guide-Planning]]&lt;br /&gt;
* [[FAQ_%28Base%29 |FAQ Base]]&lt;br /&gt;
* [[OOoHelpOutline#Base_and_Database  Base_and_Database]]&lt;br /&gt;
&lt;br /&gt;
* [http://ericzander.com/Publications/OO_MySQL_Tutorial/index.htm http://ericzander.com/Publications/OO_MySQL_Tutorial/index.htm] &lt;br /&gt;
: Connecting OpenOffice.org To A Remote MySQL Database] (event. 1.x)&lt;br /&gt;
&lt;br /&gt;
= French =&lt;br /&gt;
&lt;br /&gt;
The following Links are showing French documents. If someone translate them we can show here the correponding links.&lt;br /&gt;
&lt;br /&gt;
= German =&lt;br /&gt;
&lt;br /&gt;
The following Links are showing German documents. If someone translate them we can show here the correponding links.&lt;br /&gt;
&lt;br /&gt;
* [[DE/Beispielsdatenbank_mit_Base]]&lt;br /&gt;
&lt;br /&gt;
* http://dannenhoefer.de/faqstarbasic/Datenbanken.html&lt;br /&gt;
&lt;br /&gt;
* http://de.openoffice.org/doc/howto_2_0/index.html#datenquellen_2_0&lt;br /&gt;
&lt;br /&gt;
* [[DE/FAQ/Base]]&lt;br /&gt;
&lt;br /&gt;
* End user documentation&lt;br /&gt;
: http://www.ooowiki.de/KategorieBase&lt;br /&gt;
&lt;br /&gt;
* [[OpenOffice_per_JDBC_an_Informix | Anbindung von OpenOffice an Informix per JDBC]]&lt;br /&gt;
&lt;br /&gt;
= Portugese =&lt;br /&gt;
&lt;br /&gt;
The following Links are showing Portugese documents. If someone translate them we can show here the correponding links.&lt;br /&gt;
&lt;br /&gt;
http://broffice.org/files/Introdu%C3%A7%C3%A3o_ao%20BrOffice.org_Base_2.0.x.odt&lt;br /&gt;
&lt;br /&gt;
=Copyright=&lt;br /&gt;
&lt;br /&gt;
[http://dba.openoffice.org/ OOo Database Development]&amp;lt;br&amp;gt;&lt;br /&gt;
[http://qa.openoffice.org/ooQAReloaded/DatabaseTeamsite/ooQA-TeamDatabase.html OOo Database QA]&amp;lt;br&amp;gt;&lt;br /&gt;
[http://wiki.services.openoffice.org/wiki/Category:Database OOo General Database Info]&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
: &amp;#039;&amp;#039;Initial author : [mailto:mechtilde@mechtilde@openoffice.org?subject:OOoWiki Mechtilde Stehmann]  24 September 2007&amp;#039;&amp;#039;&lt;br /&gt;
: This page is under [http://creativecommons.org/licenses/by-sa/3.0/legalcode CC by-sa] since 2009-02-02&lt;br /&gt;
:&amp;#039;&amp;#039;Please do not change the logical content of this site without acknowledge of the author or the [http://wiki.services.openoffice.org/wiki/Project_Lead OOo QA Project Lead/Co-Leads]. This side is linked by the online help.&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div id=&amp;quot;Template_CC-BY-SA&amp;quot;&amp;gt;&lt;br /&gt;
{|align=&amp;quot;left&amp;quot; width=&amp;quot;100%&amp;quot; border=&amp;quot;0&amp;quot; cellspacing=&amp;quot;4&amp;quot; cellpadding=&amp;quot;0&amp;quot; style=&amp;quot;border-top: 1px solid #666; font-size: xx-small; margin-top: 20px; text-align: right;&amp;quot;&lt;br /&gt;
| Content on this page is licensed under the [http://creativecommons.org/licenses/by-sa/3.0/legalcode Creative Common Attribution 3.0 license (CC BY-SA)].&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Quality Assurance]]&lt;br /&gt;
[[Category:Database]]&lt;/div&gt;</summary>
		<author><name>MSPhobe</name></author>
	</entry>
	<entry>
		<id>https://wiki.openoffice.org/w/index.php?title=Database&amp;diff=128988</id>
		<title>Database</title>
		<link rel="alternate" type="text/html" href="https://wiki.openoffice.org/w/index.php?title=Database&amp;diff=128988"/>
		<updated>2009-05-24T09:43:45Z</updated>

		<summary type="html">&lt;p&gt;MSPhobe: Brough description of a source of help up to date&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Database/Lang|Database}}&lt;br /&gt;
This page is hosted by the [http://wiki.services.openoffice.org/wiki/Database_Docu_Coordinator OOo Database Docu Coordinator], who are members of the [http://qa.openoffice.org/ooQAReloaded/DatabaseTeamsite/ooQA-TeamDatabase.html OOo Database QA Team].&lt;br /&gt;
You can find here links to Base documentation ordered by languages and topics. Feel free to add documents, you are missing, to this list.&lt;br /&gt;
&lt;br /&gt;
Resources related to OpenOffice.org Base:&lt;br /&gt;
&lt;br /&gt;
= English =&lt;br /&gt;
The following links are in English.&lt;br /&gt;
== Manuals ==&lt;br /&gt;
=== General ===&lt;br /&gt;
* Base&lt;br /&gt;
: [[Documentation/Database | Database]]&lt;br /&gt;
: Description of the features of OpenOffice.org Base (short overview), Documentation resources and official sites&lt;br /&gt;
&lt;br /&gt;
* OpenOffice.org User Guides (Getting Started with Base) &lt;br /&gt;
: [http://documentation.openoffice.org/manuals/oooauthors2/0110GS-GettingStartedWithBase.pdf  Getting Started with Base] - &amp;#039;&amp;#039;PDF&amp;#039;&amp;#039;&lt;br /&gt;
: or Getting Started with Base [http://wiki.services.openoffice.org/wiki/Documentation/OOo3_User_Guides/Getting_Started/Getting_Started_with_Base wiki version]&lt;br /&gt;
: Learn how to create a database, queries, forms and reports and connect to and use other data sources within OOo-Base.&lt;br /&gt;
&lt;br /&gt;
* OpenOffice.org Base Manual&lt;br /&gt;
: [http://nothickmanuals.info/doku.php/articles:ooobaseprimer OpenOffice.org Base Primer]&lt;br /&gt;
: Initial Authors: Andrew &amp;#039;Drew&amp;#039; Jensen, Frank Schoenheit, et al.&lt;br /&gt;
: A short screenshot-guided overview on how to use Base.&lt;br /&gt;
&lt;br /&gt;
* Mid Level Base Tutorial &lt;br /&gt;
: [http://documentation.openoffice.org/servlets/ProjectDocumentList?folderID=778&amp;amp;expandFolder=778&amp;amp;folderID=597 Mid Level Base Tutorial]&lt;br /&gt;
: Innitial Authors: Mariano Casanova, Andrew &amp;#039;Drew&amp;#039; Jensen&lt;br /&gt;
&lt;br /&gt;
* Beginners - Example Database - Base Tutorial &lt;br /&gt;
: [http://www.oooforum.org/forum/viewtopic.phtml?t=25060 Example]&lt;br /&gt;
: Initial author: Andrew &amp;#039;Drew&amp;#039; Jensen &lt;br /&gt;
: This tutorial covers creating a first database using OOoBase. It is intended for those that have not used Base before or those that have never used any database manager. &lt;br /&gt;
&lt;br /&gt;
* Base and Macros&lt;br /&gt;
: [http://www.pitonyak.org/database/ Pitonyak&amp;#039;s document]&lt;br /&gt;
: Initial author: Andrew Pitonyak&lt;br /&gt;
: This documentation focuses on operating a database with the help of OpenOffice.org Macros.&lt;br /&gt;
&lt;br /&gt;
*  Database: &amp;quot;ooBase&amp;quot;, aka &amp;quot;Base&amp;quot;&lt;br /&gt;
: [http://sheepdogguides.com/fdb/fdb1main.htm Base Tutorial by Sheepdogguides.com]&lt;br /&gt;
: Initial author: TK Boyd&lt;br /&gt;
: Link takes you to table of contents for 45 tutorials by author.&lt;br /&gt;
: Some every day tasks like importing data from other tables.&lt;br /&gt;
: Others discuss underlying issues, teach fundamental skills&lt;br /&gt;
: A section on getting started with macros added 5/09&lt;br /&gt;
&lt;br /&gt;
*  Bringing data into OpenOffice 2.0&amp;#039;s database&lt;br /&gt;
: [http://searchenterpriselinux.techtarget.com/tip/0,289483,sid39_gci1222186,00.html Database]&lt;br /&gt;
: Initial author: Solveig Haugland&lt;br /&gt;
: Screenshot guided tutorial on how to import data into Openoffice.org Base.&lt;br /&gt;
&lt;br /&gt;
* New Features in 3.1&lt;br /&gt;
: [[Base/New_features_in_3_1|New Features]]&lt;br /&gt;
: Initial author: Reizinger Zoltan&lt;br /&gt;
: Compiled from mailing list&lt;br /&gt;
&lt;br /&gt;
=== Tables ===&lt;br /&gt;
&lt;br /&gt;
* [[Standard Distributed Schema]]&lt;br /&gt;
&lt;br /&gt;
=== Queries ===&lt;br /&gt;
* [[Built-in functions and Stored Procedures]]&lt;br /&gt;
&lt;br /&gt;
=== Reports ===&lt;br /&gt;
* [[SUN Report Builder]]&lt;br /&gt;
: &amp;#039;&amp;#039;description followed&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
* Sun Report Builder (Reference)&lt;br /&gt;
: [http://wiki.pentaho.com/display/Reporting/Pentaho+Reporting+Community+Documentation Reference] &lt;br /&gt;
: &amp;#039;&amp;#039;description follow &amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
* Sun Report Builder Documentation&lt;br /&gt;
: [[SUN_Report_Builder/Documentation|Documentation]]&lt;br /&gt;
: Basic Features&lt;br /&gt;
&lt;br /&gt;
* Functions in Reports&lt;br /&gt;
: [http://wiki.pentaho.com/display/Reporting/08.+Functions+and+Expressions Functions and Expressions]&lt;br /&gt;
: &amp;#039;&amp;#039;description followed&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
* Functions in Reports&lt;br /&gt;
: [[SUN Report Builder/Functions]]&lt;br /&gt;
: &amp;#039;&amp;#039;description followed&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
=== Developer ===&lt;br /&gt;
* Working basis to make the user guide better &lt;br /&gt;
: [[Documentation/OOoAuthors_User_Manual/Getting_Started/Getting_Started_with_Base | Getting_Started/Getting_Started_with_Base]]&lt;br /&gt;
: &amp;#039;&amp;#039;description followed&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
* Using Macros in Database Files&lt;br /&gt;
: [[Macros_in_Database_Documents | Macros_in_Database_Documents]]&lt;br /&gt;
: &amp;#039;Specification to develope this functionality&lt;br /&gt;
&lt;br /&gt;
=== FAQ ===&lt;br /&gt;
* Common tasks&lt;br /&gt;
: [[Common_tasks | Common_tasks]]&lt;br /&gt;
: Initial author: Andrew &amp;#039;Drew&amp;#039; Jensen&lt;br /&gt;
: Many good questions, no answers.&lt;br /&gt;
&lt;br /&gt;
=== Misc ===&lt;br /&gt;
* HSQLDB Tips and Tricks&lt;br /&gt;
: [[HSQLDB:Tips_and_Tricks | Tips_and_Tricks]]&lt;br /&gt;
: &amp;#039;&amp;#039;description followed&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
* [http://nothickmanuals.info/doku.php/articles:ooobaseprimer http://nothickmanuals.info/doku.php/articles:ooobaseprimer]&lt;br /&gt;
&lt;br /&gt;
== Connecting ==&lt;br /&gt;
* Base New Driver Tutorial&lt;br /&gt;
: [[Base_New_Driver_Tutorial]] &lt;br /&gt;
: Initial author: Robert Vojta&lt;br /&gt;
: This small How-To contains a simple step-by-step introduction on how to put your driver inside the connectivity module. The second part of this document covers differences between a driver in connectivity module and a driver in an UNO package.&lt;br /&gt;
&lt;br /&gt;
* Better Database Drivers &lt;br /&gt;
: [[BetterDatabaseDrivers]] &lt;br /&gt;
: Initial author:Eric Bischoff&lt;br /&gt;
:Some ideas for a better and simpler infrastructure for database drivers&lt;br /&gt;
&lt;br /&gt;
* Connecting to Microsoft Access&lt;br /&gt;
: [[Connecting_to_Microsoft_Access]] &lt;br /&gt;
: Initial author: Regina Henschel&lt;br /&gt;
: These article describes how to connect to a Microsoft Access database file, if you use a MS Windows operating system.&lt;br /&gt;
&lt;br /&gt;
* OpenOffice.org Base - Database Drivers&lt;br /&gt;
: [http://dba.openoffice.org/drivers/ http://dba.openoffice.org/drivers/] &lt;br /&gt;
&lt;br /&gt;
* Connecting with MySQL&lt;br /&gt;
: [[Connect_MySQLandBase]]&lt;br /&gt;
&lt;br /&gt;
* An overview page&lt;br /&gt;
: Native PostgreSQL Driver&lt;br /&gt;
: [http://dba.openoffice.org/drivers/postgresql/index.html http://dba.openoffice.org/drivers/postgresql/index.html] &lt;br /&gt;
&lt;br /&gt;
* SQL-lite Driver&lt;br /&gt;
: http://dba.openoffice.org/drivers/sqlite/index.html&lt;br /&gt;
&lt;br /&gt;
* mdb-sdbc-driver-0.1.0&lt;br /&gt;
: [http://dba.openoffice.org/drivers/mdb/index.html http://dba.openoffice.org/drivers/mdb/index.html]&lt;br /&gt;
: Initial author: Wind Li (yl146652 [at] openoffice [dot] org)&lt;br /&gt;
: It is a try to connect a Linux system to MS Access. There is no further development.&lt;br /&gt;
&lt;br /&gt;
* A working page&lt;br /&gt;
: [[MDB_Driver_Integration]]&lt;br /&gt;
&lt;br /&gt;
* MSA-Base Faq&lt;br /&gt;
: [[MSA-Base_Faq]]&lt;br /&gt;
&lt;br /&gt;
* Firebird driver update for OO.org&lt;br /&gt;
: [http://jaybirdwiki.firebirdsql.org/jaybird/doku.php?id=config:oobase Jaybird OpenOffice.org Base support]&lt;br /&gt;
&lt;br /&gt;
== Examples ==&lt;br /&gt;
=== General ===&lt;br /&gt;
* Base Example (Overview)&lt;br /&gt;
: [[Category:Base_Example]]&lt;br /&gt;
: Initial author: Frank Schönheit&lt;br /&gt;
&lt;br /&gt;
* Standard Distributed Schema&lt;br /&gt;
: [[Standard_Distributed_Schema]]&lt;br /&gt;
&lt;br /&gt;
=== Concrete Examples ===&lt;br /&gt;
* A club membership database&lt;br /&gt;
: [[A_club_membership_database]]&lt;br /&gt;
: Initial author: Andrew &amp;#039;Drew&amp;#039; Jensen&lt;br /&gt;
: Description of creating an example database&lt;br /&gt;
&lt;br /&gt;
* OpenOffice.org API - Code snippets&lt;br /&gt;
: [http://codesnippets.services.openoffice.org/Database/index.xml http://codesnippets.services.openoffice.org/Database/index.xml]&lt;br /&gt;
: Useful code snippets solving frequently asked questions.&lt;br /&gt;
&lt;br /&gt;
* Base Example&lt;br /&gt;
: [[Help_Files]]&lt;br /&gt;
&lt;br /&gt;
== Misc ==&lt;br /&gt;
&lt;br /&gt;
* [http://user.services.openoffice.org/en/forum/viewforum.php?f=13 OOo Community Forum]&lt;br /&gt;
: Initial author: Andrew &amp;#039;Drew&amp;#039; Jensen &lt;br /&gt;
: Starting Point for all kind of OOo Database Questions&lt;br /&gt;
&lt;br /&gt;
== Testing ==&lt;br /&gt;
&lt;br /&gt;
* Main Point of OOo Database Testing&lt;br /&gt;
: [http://qa.openoffice.org/ooQAReloaded/DatabaseTeamsite/ooQA-TeamDatabase.html OOo Database QA Team Site]&lt;br /&gt;
: Initial Author: [[User:Clu Christoph Lukasiak]]&lt;br /&gt;
&lt;br /&gt;
* Main Starter Document for QA Newbies&lt;br /&gt;
: [http://qa.openoffice.org/ooQAReloaded/Docs/QA-Reloaded-HowToStart.html OOo QA How to Start Document]&lt;br /&gt;
: Initial Author: [[User:Wg Wolfram Garten]]&lt;br /&gt;
&lt;br /&gt;
* [[Database_Automatic_Testing]] &lt;br /&gt;
* [[Documentation/OOoAuthors_User_Manual/Base_Guide/Planning |Base_Guide-Planning]]&lt;br /&gt;
* [[FAQ_%28Base%29 |FAQ Base]]&lt;br /&gt;
* [[OOoHelpOutline#Base_and_Database  Base_and_Database]]&lt;br /&gt;
&lt;br /&gt;
* [http://ericzander.com/Publications/OO_MySQL_Tutorial/index.htm http://ericzander.com/Publications/OO_MySQL_Tutorial/index.htm] &lt;br /&gt;
: Connecting OpenOffice.org To A Remote MySQL Database] (event. 1.x)&lt;br /&gt;
&lt;br /&gt;
= French =&lt;br /&gt;
&lt;br /&gt;
The following Links are showing French documents. If someone translate them we can show here the correponding links.&lt;br /&gt;
&lt;br /&gt;
= German =&lt;br /&gt;
&lt;br /&gt;
The following Links are showing German documents. If someone translate them we can show here the correponding links.&lt;br /&gt;
&lt;br /&gt;
* [[DE/Beispielsdatenbank_mit_Base]]&lt;br /&gt;
&lt;br /&gt;
* http://dannenhoefer.de/faqstarbasic/Datenbanken.html&lt;br /&gt;
&lt;br /&gt;
* http://de.openoffice.org/doc/howto_2_0/index.html#datenquellen_2_0&lt;br /&gt;
&lt;br /&gt;
* [[DE/FAQ/Base]]&lt;br /&gt;
&lt;br /&gt;
* End user documentation&lt;br /&gt;
: http://www.ooowiki.de/KategorieBase&lt;br /&gt;
&lt;br /&gt;
* [[OpenOffice_per_JDBC_an_Informix | Anbindung von OpenOffice an Informix per JDBC]]&lt;br /&gt;
&lt;br /&gt;
= Portugese =&lt;br /&gt;
&lt;br /&gt;
The following Links are showing Portugese documents. If someone translate them we can show here the correponding links.&lt;br /&gt;
&lt;br /&gt;
http://broffice.org/files/Introdu%C3%A7%C3%A3o_ao%20BrOffice.org_Base_2.0.x.odt&lt;br /&gt;
&lt;br /&gt;
=Copyright=&lt;br /&gt;
&lt;br /&gt;
[http://dba.openoffice.org/ OOo Database Development]&amp;lt;br&amp;gt;&lt;br /&gt;
[http://qa.openoffice.org/ooQAReloaded/DatabaseTeamsite/ooQA-TeamDatabase.html OOo Database QA]&amp;lt;br&amp;gt;&lt;br /&gt;
[http://wiki.services.openoffice.org/wiki/Category:Database OOo General Database Info]&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
: &amp;#039;&amp;#039;Initial author : [mailto:mechtilde@mechtilde@openoffice.org?subject:OOoWiki Mechtilde Stehmann]  24 September 2007&amp;#039;&amp;#039;&lt;br /&gt;
: This page is under [http://creativecommons.org/licenses/by-sa/3.0/legalcode CC by-sa] since 2009-02-02&lt;br /&gt;
:&amp;#039;&amp;#039;Please do not change the logical content of this site without acknowledge of the author or the [http://wiki.services.openoffice.org/wiki/Project_Lead OOo QA Project Lead/Co-Leads]. This side is linked by the online help.&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div id=&amp;quot;Template_CC-BY-SA&amp;quot;&amp;gt;&lt;br /&gt;
{|align=&amp;quot;left&amp;quot; width=&amp;quot;100%&amp;quot; border=&amp;quot;0&amp;quot; cellspacing=&amp;quot;4&amp;quot; cellpadding=&amp;quot;0&amp;quot; style=&amp;quot;border-top: 1px solid #666; font-size: xx-small; margin-top: 20px; text-align: right;&amp;quot;&lt;br /&gt;
| Content on this page is licensed under the [http://creativecommons.org/licenses/by-sa/3.0/legalcode Creative Common Attribution 3.0 license (CC BY-SA)].&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Quality Assurance]]&lt;br /&gt;
[[Category:Database]]&lt;/div&gt;</summary>
		<author><name>MSPhobe</name></author>
	</entry>
</feed>