Kexi/Handbook/Building Simple Databases: Difference between revisions
Appearance
mNo edit summary |
Marked this version for translation |
||
Line 1: | Line 1: | ||
<languages/> | <languages/> | ||
<translate> | <translate> | ||
==Building Simple Databases== | ==Building Simple Databases== <!--T:1--> | ||
<!--T:2--> | |||
*[[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 22: | Line 23: | ||
*[[Special:MyLanguage/Kexi/Handbook/Building Simple Databases/Entering Data Using Forms|Entering Data Using Forms]] | *[[Special:MyLanguage/Kexi/Handbook/Building Simple Databases/Entering Data Using Forms|Entering Data Using Forms]] | ||
===Introduction=== | ===Introduction=== <!--T:3--> | ||
<!--T:4--> | |||
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. | 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. | ||
<!--T:5--> | |||
Start by creating a new empty Phone Book. | Start by creating a new empty Phone Book. | ||
<!--T:6--> | |||
Having a new empty database project, perform the following steps: | Having a new empty database project, perform the following steps: | ||
<!--T:7--> | |||
# Design database tables. Read the section called [[Special:MyLanguage/Kexi/Handbook/Building Simple Databases/Designing Database Tables|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 [[Special:MyLanguage/Kexi/Handbook/Building Simple Databases/Entering Data Into Tables|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]]. | ||
Line 36: | Line 41: | ||
# Use forms to enter data. Read the section called [[Special:MyLanguage/Kexi/Handbook/Building Simple Databases/Entering Data Using Forms|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]]. | ||
<!--T:8--> | |||
{{Prevnext2 | {{Prevnext2 | ||
|prevpage=Special:MyLanguage/Kexi/Handbook/Kexi_Basics/Using_built-in_help | |prevpage=Special:MyLanguage/Kexi/Handbook/Kexi_Basics/Using_built-in_help | ||
Line 44: | Line 50: | ||
}} | }} | ||
<!--T:9--> | |||
[[Category:Kexi]] | [[Category:Kexi]] | ||
[[Category:Tutorials]] | [[Category:Tutorials]] | ||
</translate> | </translate> |
Revision as of 18:58, 14 December 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.