File: 05_00_00_idx_building_simple_database.html

package info (click to toggle)
koffice 1%3A2.2.1-4
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 157,656 kB
  • ctags: 110,762
  • sloc: cpp: 889,358; xml: 22,758; ansic: 6,533; python: 5,224; perl: 2,771; sh: 1,805; yacc: 1,304; ruby: 1,219; sql: 720; lex: 455; makefile: 76
file content (18 lines) | stat: -rw-r--r-- 914 bytes parent folder | download | duplicates (12)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18

<H1>5. Building Simple Databases</H1>
<p>
 To learn basics of Kexi usage, first 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.
</p>
<p>
Start by creating a new empty <em>Phone Book</em>. See chapter <a href="04_03_00_creating_database.html">4.3. <!-- TODO number -->Creating a new database project</a> for information how to do this.
</p>
<p>
Having a new empty database project, perform the following steps:
<ol>
<li>Design database tables. Read section <a href="05_01_00_table_designing.html">5.1</a>.</li>
<li>Enter data to tables. Read section <a href="05_02_00_data_entering_into_tables.html">5.2</a></li>
<li>Design database queries. Read section <a href="05_03_00_query_designing.html">5.3</a></li>
<li>Design forms. Read section <a href="05_04_00_form_designing.html">5.4</a></li>
</ol>

</p>