summaryrefslogtreecommitdiffstats
path: root/kexi/doc/handbook/html.tmp/01_05_00_db_software.html
blob: 6628862b44232adfbd8e2c4ca86bae727fabb0b7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
<br><h2>1.5. Software for database construction</h2>
<p>
So far you have learnt the general characteristics of databases without going into much 
detail about specific applications for designing them. 
</p>
<p>
The first databases were built together with large mainframe computers in the 60s, e.g. IBM System/360. 
Those were not the days of PCs, therefore these databases required a highly specialized personnel. 
Although the old computers' hardware was unreliable, they were immeasurably slower and had less 
storage capacity, one feature of databases still remains most attractive: the data access by many 
users through network.
</p>

<p>
In the 70s scientists formed the theory of relational databases 
(terms like: <em>table</em>, <em>record</em>, <em>column (field)</em> and <em>relationality</em> and many others). 
On the basis of this theory IBM DB2 and Oracle databases were created, 
which have been developed and used till today. In the late 70s the first PCs 
were constructed. Their users could (gradually) utilize many types of applications, 
including those for database construction.
</p>
<p>When it comes to large databases in companies, the situation hasn't changed: 
they still require powerful computers or computer complexes called <em>clusters</em>. 
This goes, however, beyond the topic of this manual.
</p>
<p>
In the area of "accessible" databases with graphic user interface 
for PCs you can choose from the following:
</p>
<p>
</p><ul>
<li><p><a href="http://www.dbase.com/">DBase</a>
- a tool for databases operation for DOS popular in the 80s. Files in DBase format 
are still used in some specific cases due to their simplicity.
</p></li>
<li><p><a href="http://msdn.microsoft.com/vfoxpro/productinfo/overview/">FoxPro</a>
- an application similar to DBase (early 90s). After being taken over by 
Microsoft, graphic user interfaces were introduced and therefore it is 
used for creating databases on PCs. This product is still offered, though seems a bit obsolete. 
</p></li>
<li><p><a href="http://office.microsoft.com/access/">Microsoft Access</a>
- an application for databases (data and graphic interface design) with many simplifications, 
therefore suitable for beginners, designed in the late 80s, 
based on 16-Bit Architecture. Product offered and widely used till today, especially by small companies, 
where efficiency and multiuser requirements are not very demanding.
</p></li>
<li><p><a href="http://www.filemaker.com/">FileMaker</a> - popular application similar to MS Access in simplicity, operating on Windows and Macintosh platforms, offered sice 1985.
</p></li>
<li><p><a href="http://www.kexi.pl/">Kexi</a>
- a multiplatform application (Unix/Linux, Windows, Mac OS X) designed in 2003, 
developed according to Open Source principles, part of the Trinity Desktop Environment project, i.e. graphic environment for Unix/Linux systems. A significant contributor to Kexi's development is OpenOffice Poland company.
</p></li>
</ul>
</p>