Create a database
You must add table to the data store before you start querying it.
- In Project view, right-click DataStores and select Embedded database or ODBC database.
-
In Properties, next to Tables select
.
-
Add three table columns of Int16, Int32, and Float data types:
-
Under the created table, next to Columns select
.
- Next to the column, select BaseDataType and select Int16.
-
Next to Columns, select
.
- Next to the column, select BaseDataType and select Int32.
-
Next to Columns select
.
- Next to the column, select BaseDataType and select Float.
-
Under the created table, next to Columns select