Create a database
You must add table to the data store before you start querying it.
- InProject view, right-clickDataStoresand selectEmbedded databaseorODBC database.
- InProperties, next toTablesselect .
- Add three table columns of Int16, Int32, and Float data types:
- Under the created table, next toColumnsselect .
- Next to the column, selectBaseDataTypeand selectInt16.
- Next toColumns, select .
- Next to the column, selectBaseDataTypeand selectInt32.
- Next toColumnsselect .
- Next to the column, selectBaseDataTypeand selectFloat.
Provide Feedback