Kexi/Handbook/Building Simple Databases: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
Line 47: | Line 47: | ||
<!--T:24--> | <!--T:24--> | ||
<!--FIXME not implemented in kexi 2.4 | <!--FIXME not implemented in kexi 2.4 | ||
**[[Special:MyLanguage/Kexi/Handbook/Building Simple Databases/Designing Forms/Setting widgets size and position by hand|Setting widgets size and position by hand]]</translate> | **[[Special:MyLanguage/Kexi/Handbook/Building Simple Databases/Designing Forms/Setting widgets size and position by hand|Setting widgets size and position by hand]]--></translate> | ||
<translate> | <translate> | ||
<!--T:25--> | <!--T:25--> | ||
-- | <!--FIXME not implemented in kexi 2.4 | ||
**[[Special:MyLanguage/Kexi/Handbook/Building Simple Databases/Designing Forms/Setting the tab order|Setting the tab order]] | **[[Special:MyLanguage/Kexi/Handbook/Building Simple Databases/Designing Forms/Setting the tab order|Setting the tab order]]--> | ||
<!--T:26--> | <!--T:26--> |
Latest revision as of 20:52, 25 December 2024
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.
We start by creating a new empty Phone Book.
Having a new empty database project, perform the following steps:
- Design database tables. Read the following section called Designing Database Tables.
- Enter data into tables. Read the following section called Entering Data Into Tables.
- Design database queries. Read the following section called Designing Database Queries.
- Design forms. Read the following section called Designing Forms.
- Use forms to enter data. Read the following section called Entering Data Using Forms.