Translations:Kexi/Tutorials/Importing SQLite database into Kexi/15/uk: Difference between revisions

From KDE UserBase Wiki
(Created page with "*Введіть назву кожного зі стовпчиків зі схеми, наданої на кроці 3. *Скористайтеся редактором вла...")
 
(No difference)

Latest revision as of 06:27, 19 May 2019

Information about message (contribute)
This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
Message definition (Kexi/Tutorials/Importing SQLite database into Kexi)
*Type a name for every column presented by the schema in the step 3. 
*Use the Property Editor on the right hand to give each column in this table proper data type. 
**For INTEGER types, eg. ''dateTime INTEGER'' as seen on the schema, select Integer Number in the Data Type column of the Table Designer.
**For REAL types, eg. ''barometer REAL'' as seen on the schema, select Floating Point Number in the Data Type column of the Table Designer.
*In addition, set the ''dateTime'' column as the primary key for the table in the Property Editor.
*Also, ''usUnits'' and ''interval'' columns have NOT NULL specifier assigned. To do the same in Kexi, set Required property to Yes for these columns in the Property Editor.
  • Введіть назву кожного зі стовпчиків зі схеми, наданої на кроці 3.
  • Скористайтеся редактором властивостей, панель якого розташовано праворуч, щоб визначити для кожного зі стовпчиків у цій таблиці відповідний тип даних.
    • Для типів INTEGER, наприклад dateTime INTEGER у нашій схемі, виберіть тип «Ціле число» у полі «Тип даних» на панелі Дизайнера таблиць.
    • Для типів REAL, наприклад barometer REAL у нашій схемі, виберіть тип «Число з рухомою комою» у полі «Тип даних» стовпчика на панелі Дизайнера таблиць.
  • Крім того, встановіть стовпчик dateTime як основний стовпчик ключа для таблиці на панелі Редактора властивостей.
  • Також для стовпчиків usUnits та interval має бути призначено специфікацію NOT NULL. Щоб призначити цю специфікацію у Kexi, встановіть властивість «Обов'язкова» у значення «Так»для цих стовпчиків на панелі Редактора властивостей.