Kexi/Handbook/Building Simple Databases: Difference between revisions
Appearance
Marked this version for translation |
Merging Burkhards fixes to k.d.o version |
||
Line 49: | Line 49: | ||
<translate> | <translate> | ||
<!--T:24--> | <!--T:24--> | ||
<!--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--> | ||
**[[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]] |
Revision as of 13:25, 7 April 2012
Building Simple Databases
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.