Kexi/Handbook/Building Simple Databases: Difference between revisions
Appearance
Initial |
m add formatting |
||
Line 1: | Line 1: | ||
<languages/> | |||
<translate> | |||
==Introduction== | ==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. | |||
Start by creating a new empty Phone Book. | Start by creating a new empty Phone Book. | ||
Having a new empty database project, perform the following steps: | Having a new empty database project, perform the following steps: | ||
# Design database tables. Read the section called “Designing Database Tables”. | # Design database tables. Read the section called “Designing Database Tables”. | ||
# Enter data into tables. Read the section called “Entering Data Into Tables”. | # Enter data into tables. Read the section called “Entering Data Into Tables”. | ||
Line 10: | Line 14: | ||
# Design forms. Read the section called “Designing Forms”. | # Design forms. Read the section called “Designing Forms”. | ||
# Use forms to enter data. Read the section called “Entering Data Using Forms”. | # Use forms to enter data. Read the section called “Entering Data Using Forms”. | ||
[[Category:Kexi]] | |||
[[Category:Tutorials]] | |||
</translate> |
Revision as of 13:23, 19 October 2011
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”.