-
Data Storage Concepts
This topic provides high-level descriptions of important concepts in LogicNets. Projects, Packages, and Applications In LogicNets, you create a project and publish it,…
-
Create Data Table from External File
Data plays an important part in your applications and LogicNets allows you to import tables using your existing data in the Comma-Separated Values (.csv) or Tab-Delimited (.txt) format.…
-
Data Tables in the Designer
Description LogicNets allows you to associate data to any aspect of your data model. While data and data tables add to the functionality, there are many important concepts when dealing with data in…
-
Import Definition from Existing Table
With this option users can import into the Designer a table from an external database, allowing LogicNets database parts to perform read-write operations on these external tables.…
-
Designer Data View
In the Designer you can inspect data tables and modify them, including importing and exporting data as well as adding and deleting records. The data view also supports viewing the default records…
-
Create View
Create View allows users to create a custom database view on the tables in a local SQLite database. Note: It is not possible to create a view on an ODBC-connected database (e.g. SQL Server, Oracle).…
-
Database Profiles: Oracle, MS SQL, and MySQL
Description In your LogicNets application you can use database parts to read data from and write data to databases. LogicNets uses the concept of virtual database tables,…
-
Logicnet Data Viewer
As you build and test your application you can view the data contained in your session. This logicnet Data Viewer allows you to see the data that has built up as you test your logicnet or…
-
System Data Tables/Reserved Table Names
The following is a list of standard system data tables used by LogicNets. These table names are reserved and you should not use them in building your applications and creating new tables to hold…
-
Create Temporary Table
Within the data table feature set, you can now create a temporary table based on dynamic selection from a static resource table. These are often referred to in SQLite as in-memory tables/views and…
LogicNets allows you to associate data to any aspect of your data model.