Create a database

You need to add table to the data store before you start querying it.
  1. In
    Project view
    , right-click
    DataStores
    and select
    Embedded database
    or
    ODBC database
    .
  2. In
    Properties
    , next to
    Tables
    select
    Add
    Add
    .
  3. Add three table columns of Int16, Int32, and Float data types:
    1. Under the created table, next to
      Columns
      select
      Add
      Add
      .
    2. Next to the column, select
      BaseDataType
      and select
      Int16
      .
    3. Next to
      Columns
      , select
      Add
      Add
      .
    4. Next to the column, select
      BaseDataType
      and select
      Int32
      .
    5. Next to
      Columns
      select
      Add
      Add
      .
    6. Next to the column, select
      BaseDataType
      and select
      Float
      .
Provide Feedback
Have questions or feedback about this documentation? Please submit your feedback here.