Kexi/Handbook/Building Simple Databases: Difference between revisions

From KDE UserBase Wiki
m (add chapter ToC)
m (add prevnext)
Line 1: Line 1:
<languages/>
<languages/>
<translate>
<translate>
==Building Simple Databases==
*[[Special:MyLanguage/Kexi/Handbook/Building Simple Databases|Introduction]]
*[[Special:MyLanguage/Kexi/Handbook/Building Simple Databases|Introduction]]
*[[Special:MyLanguage/Kexi/Handbook/Building Simple Databases/Designing Database Tables|Designing Database Tables]]
*[[Special:MyLanguage/Kexi/Handbook/Building Simple Databases/Designing Database Tables|Designing Database Tables]]
Line 28: Line 30:
Having a new empty database project, perform the following steps:
Having a new empty database project, perform the following steps:


# Design database tables. Read the section called “Designing Database Tables”.
# Design database tables. Read the section called [[Special:MyLanguage/Kexi/Handbook/Building Simple Databases/Designing Database Tables|Designing Database Tables]].
# Enter data into tables. Read the section called “Entering Data Into Tables”.
# Enter data into tables. Read the section called [[Special:MyLanguage/Kexi/Handbook/Building Simple Databases/Entering Data Into Tables|Entering Data Into Tables]].
# Design database queries. Read the section called “Designing Database Queries”.
# Design database queries. Read the section called [[Special:MyLanguage/Kexi/Handbook/Building Simple Databases/Designing Database Queries|Designing Database Queries]].
# Design forms. Read the section called “Designing Forms”.
# Design forms. Read the section called [[Special:MyLanguage/Kexi/Handbook/Building Simple Databases/Designing Forms|Designing Forms]].
# Use forms to enter data. Read the section called “Entering Data Using Forms”.
# Use forms to enter data. Read the section called [[Special:MyLanguage/Kexi/Handbook/Building Simple Databases/Entering Data Using Forms|Entering Data Using Forms]].
 
{{Prevnext2
|prevpage=Special:MyLanguage/Kexi/Handbook/Building_Simple_Databases/Designing_Database_Tables
|prevtext=Designing Database Tables
|nextpage=Special:MyLanguage/Kexi/Handbook/Kexi_Basics/Using_built-in_help
|nexttext=Using built-in help
|index=Special:MyLanguage/Kexi/Handbook|indextext=Back to menu
}}


[[Category:Kexi]]
[[Category:Kexi]]
[[Category:Tutorials]]
[[Category:Tutorials]]
</translate>
</translate>

Revision as of 08:01, 20 October 2011

Other languages:

Building Simple Databases

Introduction

To learn the basics of Kexi, you could build a simple database utilizing most elementary Kexi's features. To make things simpler, advanced database design topics will not be covered here.

Start by creating a new empty Phone Book.

Having a new empty database project, perform the following steps:

  1. Design database tables. Read the section called Designing Database Tables.
  2. Enter data into tables. Read the section called Entering Data Into Tables.
  3. Design database queries. Read the section called Designing Database Queries.
  4. Design forms. Read the section called Designing Forms.
  5. Use forms to enter data. Read the section called Entering Data Using Forms.