Create a database
    You need to add table to the data store before you start querying it.
- In theProject viewpane, right-clickDataStoresand selectEmbedded databaseorODBC database.
- In thePropertiespane, 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.
 
Fornire un feedback