Kexi/Handbook/Building Simple Databases: Difference between revisions
Appearance
m add formatting |
m add chapter ToC |
||
Line 1: | Line 1: | ||
<languages/> | <languages/> | ||
<translate> | <translate> | ||
==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/The Table Designer window|The Table Designer window]] | |||
*[[Special:MyLanguage/Kexi/Handbook/Building Simple Databases/Entering Data Into Tables|Entering Data Into Tables]] | |||
*[[Special:MyLanguage/Kexi/Handbook/Building Simple Databases/Designing Database Queries|Designing Database Queries]] | |||
*[[Special:MyLanguage/Kexi/Handbook/Building Simple Databases/Designing Forms|Designing Forms]] | |||
**[[Special:MyLanguage/Kexi/Handbook/Building Simple Databases/Designing Forms/Most important terms|Most important terms]] | |||
**[[Special:MyLanguage/Kexi/Handbook/Building Simple Databases/Designing Forms/Forms versus tables|Forms versus tables]] | |||
**[[Special:MyLanguage/Kexi/Handbook/Building Simple Databases/Designing Forms/Working with form design|Working with form design]] | |||
**[[Special:MyLanguage/Kexi/Handbook/Building Simple Databases/Designing Forms/Using the Widgets tab|Using the Widgets tab]] | |||
**[[Special:MyLanguage/Kexi/Handbook/Building Simple Databases/Designing Forms/Inserting widgets - text fields|Inserting widgets - text fields]] | |||
**[[Special:MyLanguage/Kexi/Handbook/Building Simple Databases/Designing Forms/Assigning data sources|Assigning data sources]] | |||
**[[Special:MyLanguage/Kexi/Handbook/Building Simple Databases/Designing Forms/Inserting text labels|Inserting text labels]] | |||
**[[Special:MyLanguage/Kexi/Handbook/Building Simple Databases/Designing Forms/Actions|Actions]] | |||
**[[Special:MyLanguage/Kexi/Handbook/Building Simple Databases/Designing Forms/Widget layouts|Widget layouts]] | |||
**[[Special:MyLanguage/Kexi/Handbook/Building Simple Databases/Designing Forms/Setting widgets size and position by hand|Setting widgets size and position by hand]] | |||
**[[Special:MyLanguage/Kexi/Handbook/Building Simple Databases/Designing Forms/Setting the tab order|Setting the tab order]] | |||
*[[Special:MyLanguage/Kexi/Handbook/Building Simple Databases/Entering Data Using 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. | 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. |
Revision as of 07:52, 20 October 2011
- 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”.