Difference between revisions of "User:Nnino/Drafts/Tutorials/Base: Creating a Database"

From Apache OpenOffice Wiki
Jump to: navigation, search
m (created)
 
 
(3 intermediate revisions by one other user not shown)
Line 1: Line 1:
{{DISPLAYTITLE:Base Tutorial: Erstellen einer Datenbank - Einführung}}
+
{{DISPLAYTITLE:Base Tutorial: Creating a Database}}
In diesem Dokument wollen wir Sie mit der Arbeit mit OOo Base vertraut machen. Dazu werden wir eine Datenbank zur Verwaltung von Terminen aufbauen. Wir werden
+
  
* Tabellen erstellen in denen die Informationen gespeichert werden,
+
{| cellspacing=0 cellpadding=5 style="border: 1px solid black;"
* Formulare erzeugen, um die Termine anzulegen und zu bearbeiten,
+
| bgcolor=orange colspan=2 |'''Work in progress!''' This document is being translated - any help is welcome.
* bestimmte Termine aus unserem Datenbestand heraus filtern und
+
Dieses Dokument wird gerade übersetzt, wer mag, darf auch gerne helfen.
* Termine mit Hilfe von Berichten ausgeben.
+
|-
* Erstellung der Kalender-Datenbank
+
|'''Working Title:''' || "Base Tutorial: Creating a database"
 +
|-
 +
|'''Original Document:''' || [[DE/Dokumentation/Tutorials/Base-Tutorial:Entwurf_einer_Datenbank]]<br>[http://de.openoffice.org/doc Original from de.ooo/doc (PDF)]
 +
|-
 +
|'''Original Author:''' || see document
 +
|-
 +
| open questions: || are marked with ???
 +
|}
  
== Erstellung der Datenbank-Datei ==
 
  
Klicken Sie im Hauptmenü auf '''Datei > Neu > Datenbank''', um den OpenOffice.org Datenbank-Assistenten aufzurufen. Markieren Sie im ersten Schritt die Option '''Neue Datenbank erstellen''' und klicken Sie auf '''Weiter'''.
+
{{DraftPage|EN}}
  
<center>[[Image:De_doc_basetut_abb1.png|thumb|none|500px|''Abbildung 1: Datenbank auswählen'']]</center>
+
In this tutorial we are trying to make you familiar working with OOo Base. For this purpose we will create a database for scheduling appointments. In detail, we will
 +
* create tables which persistently preserve the data
 +
* create forms to enter and edit the appointments
 +
* filter certain appointments from our data pool
 +
* generate appointment lists using reports
  
Im zweiten Schritt markieren Sie bitte '''Ja, die Datenbank soll angemeldet werden''' und '''Die Datenbank zum Bearbeiten öffnen'''. Klicken Sie auf '''Fertig stellen'''.
+
== Step 1: Creating the Database File ==
 +
* In the start center, under "Create new document", click on the button '''Database'''
 +
* Or: in the main menu, click on '''File > New > Database'''
 +
In the first step of the Database Wizard, activate "Create a new database" and click '''Next'''.  
  
<center>[[Image:De_doc_basetut_abb2.png|thumb|none|500px|''Abbildung 2: Anmeldung der Datenbank'']]</center>
+
[[Image:Doc_DatabaseWizard_step1.png|thumb|none|500px|''Create new database with the wizard'']]
  
Geben Sie der Datenbank einen aussagekräftigen Namen wie T''erminDB'' und wählen Sie einen Speicherort.
+
In the second step choose "Yes, register the database for me" and "Open the database for editing". Click on '''Finish'''.
  
<center>[[Image:De_doc_basetut_abb3.png|thumb|none|500px|''Abbildung 3: Speichern der Datenbank-Datei'']]</center>
+
[[Image:Doc_DatabaseWizard_step2.png|thumb|none|500px|''Database Wizard - Step 2: Registration of the database'']]
  
Das folgende Fenster öffnet sich:
+
Chose a nice database name like ''scheduler'' and an appropriate folder.
  
<center>[[Image:De_doc_basetut_abb4.png|thumb|none|500px|''Abbildung 4: OOo Base - Startfenster'']]</center>
+
[[Image:Doc_DatabaseTutorial_save_database.png|thumb|none|500px|''Save your scheduler database file'']]
  
Wir können nun die einzelnen Elemente unserer Datenbank erstellen.
+
The man database window will open:
 +
 
 +
[[Image:Doc_Base_MainWindow_Tbl.png|thumb|none|500px|''OOo Base - Main Window'']]
 +
 
 +
Now, we can create the database elements needed for the scheduler.

Latest revision as of 10:05, 30 June 2018


Work in progress! This document is being translated - any help is welcome.

Dieses Dokument wird gerade übersetzt, wer mag, darf auch gerne helfen.

Working Title: "Base Tutorial: Creating a database"
Original Document: DE/Dokumentation/Tutorials/Base-Tutorial:Entwurf_einer_Datenbank
Original from de.ooo/doc (PDF)
Original Author: see document
open questions: are marked with ???


Editing.png This page is in a DRAFT stage.


In this tutorial we are trying to make you familiar working with OOo Base. For this purpose we will create a database for scheduling appointments. In detail, we will

  • create tables which persistently preserve the data
  • create forms to enter and edit the appointments
  • filter certain appointments from our data pool
  • generate appointment lists using reports

Step 1: Creating the Database File

  • In the start center, under "Create new document", click on the button Database
  • Or: in the main menu, click on File > New > Database

In the first step of the Database Wizard, activate "Create a new database" and click Next.

Create new database with the wizard

In the second step choose "Yes, register the database for me" and "Open the database for editing". Click on Finish.

Database Wizard - Step 2: Registration of the database

Chose a nice database name like scheduler and an appropriate folder.

Save your scheduler database file

The man database window will open:

OOo Base - Main Window

Now, we can create the database elements needed for the scheduler.

Personal tools