Kexi/Handbook/Building Simple Databases

From KDE UserBase Wiki
Revision as of 16:53, 26 April 2015 by Inksi (talk | contribs)
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
Other languages:

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:

  1. Design database tables. Read the section called Designing Database Tables.
  2. Enter data into tables. Read the section called Entering Data Into Tables.
  3. Design database queries. Read the section called Designing Database Queries.
  4. Design forms. Read the section called Designing Forms.
  5. Use forms to enter data. Read the section called Entering Data Using Forms.