Kexi/Handbook/Building Simple Databases: Difference between revisions
Appearance
m add prevnext |
mNo edit summary |
||
Line 37: | Line 37: | ||
{{Prevnext2 | {{Prevnext2 | ||
|prevpage=Special:MyLanguage/Kexi/Handbook/ | |prevpage=Special:MyLanguage/Kexi/Handbook/Kexi_Basics/Using_built-in_help | ||
|prevtext= | |prevtext=Using built-in help | ||
|nextpage=Special:MyLanguage/Kexi/Handbook/ | |nextpage=Special:MyLanguage/Kexi/Handbook/Building_Simple_Databases/Designing_Database_Tables | ||
|nexttext= | |nexttext=Designing Database Tables | ||
|index=Special:MyLanguage/Kexi/Handbook|indextext=Back to menu | |index=Special:MyLanguage/Kexi/Handbook|indextext=Back to menu | ||
}} | }} |
Revision as of 08:42, 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.