Create a database

You must 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.
  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.