Kexi/Handbook/Building Simple Databases: Difference between revisions
Appearance
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 | # 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 | # 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 | # 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 | # 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 | # 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
Building Simple Databases
- Introduction
- Designing Database Tables
- Entering Data Into Tables
- Designing Database Queries
- Designing Forms
- Entering Data Using Forms
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:
- Design database tables. Read the section called Designing Database Tables.
- Enter data into tables. Read the section called Entering Data Into Tables.
- Design database queries. Read the section called Designing Database Queries.
- Design forms. Read the section called Designing Forms.
- Use forms to enter data. Read the section called Entering Data Using Forms.