Types of Database Access

From Wiki
Jump to navigationJump to search


The database interface from OpenOffice.org is available in the OpenOffice.org Writer and OpenOffice.org Calc applications, as well as in the database forms.

In OpenOffice.org Writer, standard letters can be created with the assistance of SDBC data sources and these can then be printed out. You can also move data from the database window into text documents using the drag-and-drop function.

If you move a database table into a spreadsheet, OpenOffice.org creates a table area which can be updated at the click of the mouse if the original data has been modified. Conversely, spreadsheet data can be moved to a database table and a database import performed.

Finally, OpenOffice.org provides a mechanism for forms based on databases. To do this, you first create a standard OpenOffice.org Writer or OpenOffice.org Calc form and then link the fields to a database.

All the options specified here are based on the user interface from OpenOffice.org. No programming knowledge is needed to use the corresponding functions.

This section, however, provides little information about the functions specified, but instead concentrates on the programming interface from SDBC, which allows for automated database querying and therefore permits a much greater range of applications to be used.

Basic knowledge of the way in which databases function and the SQL query language is however needed to fully understand the following sections. fr:FR/Documentation/BASIC Guide/Database Access Types hu:HU/Documentation/BASIC Guide/Database Access Types it:IT/Documentation/BASIC Guide/Database Access Types ja:JA/Documentation/BASIC Guide/Database Access Types zh:ZH/Documentation/BASIC Guide/Database Access Types


Content on this page is licensed under the Public Documentation License (PDL).