Kexi/Handbook/Building Simple Databases: Difference between revisions
Appearance
Marked this version for translation |
No edit summary |
||
Line 62: | Line 62: | ||
<!--T:4--> | <!--T:4--> | ||
To learn the basics of '''Kexi''' | To learn the basics of '''Kexi''' we will build a simple database utilizing most of the elementary features of '''Kexi'''. To make things simpler, advanced database design topics will not be covered here. | ||
<!--T:5--> | <!--T:5--> |
Revision as of 16:53, 26 April 2015
Building Simple Databases
Introduction
To learn the basics of Kexi we will build a simple database utilizing most of the elementary features of Kexi. 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.