Create a database

You need to add table to the data store before you start querying it.
  1. In the
    Project view
    pane, right-click
    DataStores
    and select
    Embedded database
    or
    ODBC database
    .
  2. In the
    Properties
    pane, next to
    Tables
    select
    Add
    .
  3. Add three table columns of Int16, Int32, and Float data types:
    1. Under the created table, next to
      Columns
      select
      Add
      .
    2. Next to the column, select
      BaseDataType
      and select
      Int16
      .
    3. Next to
      Columns
      , select
      Add
      .
    4. Next to the column, select
      BaseDataType
      and select
      Int32
      .
    5. Next to
      Columns
      select
      Add
      .
    6. Next to the column, select
      BaseDataType
      and select
      Float
      .
Fornire un feedback
Hai domande o feedback su questa documentazione? invia il tuo feedback qui.