You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
koffice/kexi/doc/handbook/html.tmp/01_05_00_db_software.html

55 lines
2.9 KiB

<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>