Kexi/Handbook/Building Simple Databases/Designing Database Tables/da: Difference between revisions

From KDE UserBase Wiki
(Importing a new version from external source)
(Importing a new version from external source)
Line 5: Line 5:
Først skal du tilføje to tabeller til din database: '''''Personer''''' and '''''Telefonnumre'''''. Disse er præcis de samme tabeller, som beskrives i kapitlet [[Special:MyLanguage/Kexi/Handbook/Introduction to Databases/Database and Spreadsheet|Database og regneark]]. Du kan finde et layout for '''Personer''' i afsnittet [[Special:MyLanguage/Kexi/Handbook/Introduction_to_Databases/Database_and_Spreadsheet#Data_integrity_and_validity|Dataintegritet og validitet]] i det kapitel.  
Først skal du tilføje to tabeller til din database: '''''Personer''''' and '''''Telefonnumre'''''. Disse er præcis de samme tabeller, som beskrives i kapitlet [[Special:MyLanguage/Kexi/Handbook/Introduction to Databases/Database and Spreadsheet|Database og regneark]]. Du kan finde et layout for '''Personer''' i afsnittet [[Special:MyLanguage/Kexi/Handbook/Introduction_to_Databases/Database_and_Spreadsheet#Data_integrity_and_validity|Dataintegritet og validitet]] i det kapitel.  


# Select <menuchoice>Table</menuchoice> from the toolbar. You can also use <menuchoice>Create object: table</menuchoice> in the context menu of the <menuchoice>Tables</menuchoice> item in the Project Navigator.  
# Klik på <menuchoice>Tabel</menuchoice> i værktøjslinjen. Du kan også højreklikke på <menuchoice>Tabeller</menuchoice> i feltet '''Projektnavigator''' og vælge <menuchoice>Opret objekt: Tabel...</menuchoice> i kontekstmenuen.  
# The Table Designer's window will appear. Looking at the top of designer's window you will notice that '''Kexi''' proposed you a generic name like '''Table1''' for the new table. The table design is not saved yet so you will be able to assign more proper name later. Moreover, because of the same reason, the table name is not yet visible in the '''Project Navigator'''.
# The Table Designer's window will appear. Looking at the top of designer's window you will notice that '''Kexi''' proposed you a generic name like '''Table1''' for the new table. The table design is not saved yet so you will be able to assign more proper name later. Moreover, because of the same reason, the table name is not yet visible in the '''Project Navigator'''.



Revision as of 08:29, 14 April 2012

Other languages:

Design af databasetabeller

Først skal du tilføje to tabeller til din database: Personer and Telefonnumre. Disse er præcis de samme tabeller, som beskrives i kapitlet Database og regneark. Du kan finde et layout for Personer i afsnittet Dataintegritet og validitet i det kapitel.

  1. Klik på Tabel i værktøjslinjen. Du kan også højreklikke på Tabeller i feltet Projektnavigator og vælge Opret objekt: Tabel... i kontekstmenuen.
  2. The Table Designer's window will appear. Looking at the top of designer's window you will notice that Kexi proposed you a generic name like Table1 for the new table. The table design is not saved yet so you will be able to assign more proper name later. Moreover, because of the same reason, the table name is not yet visible in the Project Navigator.