~ubuntu-branches/ubuntu/precise/koffice/precise

« back to all changes in this revision

Viewing changes to kexi/doc/handbook/html.tmp/05_00_00_idx_building_simple_database.html

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Riddell
  • Date: 2010-09-21 15:36:35 UTC
  • mfrom: (1.4.1 upstream) (60.2.11 maverick)
  • Revision ID: james.westby@ubuntu.com-20100921153635-6tejqkiro2u21ydi
Tags: 1:2.2.2-0ubuntu3
Add kubuntu_03_fix-crash-on-closing-sqlite-connection-2.2.2.diff and
kubuntu_04_support-large-memo-values-for-msaccess-2.2.2.diff as
recommended by upstream http://kexi-
project.org/wiki/wikiview/index.php@Kexi2.2_Patches.html#sqlite_stab
ility

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
<H1>5. Building Simple Databases</H1>
 
3
<p>
 
4
 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.
 
5
</p>
 
6
<p>
 
7
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.
 
8
</p>
 
9
<p>
 
10
Having a new empty database project, perform the following steps:
 
11
<ol>
 
12
<li>Design database tables. Read section <a href="05_01_00_table_designing.html">5.1</a>.</li>
 
13
<li>Enter data to tables. Read section <a href="05_02_00_data_entering_into_tables.html">5.2</a></li>
 
14
<li>Design database queries. Read section <a href="05_03_00_query_designing.html">5.3</a></li>
 
15
<li>Design forms. Read section <a href="05_04_00_form_designing.html">5.4</a></li>
 
16
</ol>
 
17
 
 
18
</p>