Datasets Module Configuration Workflow | ||
---|---|---|
Step | Action |
Description |
---|
Define |
Connections | Create |
DatasetDB |
Configure database connection strings and settings | |
Prepare Queries |
Build SQL statements | Use Query Editor |
Use the Queries
Onde defined, the queries can be used on Displays, Reports and Scripts
The Datasets Module enables the solution to interact with SQL databases seamlessly,acting as a Service to other modules.
The data retrieved from databases can be utilized in various ways throughout your solution. For example:
Visualization and Interaction
During runtime, the DataGrid component connects with the server to disapxlsy queries and DataTable tags.
or Visual Query Builder | ||
Map Tables | Configure DatasetTables | Link tags to database columns for sync |
Configure Files | Setup DatasetFiles | Define file formats and locatio |
The module acts as a service provider, executing queries on-demand from other modules. Supports both client-side and server-side processing for distributed architectures.
Every system includes an embedded SQLite database providing:
Every system comes with a fully functional embedded SQL Lite database at no additional cost, requiring no setup. This offers several benefits:
Our projects support multiple databases, seamlessly integrating with SQL and other database technologies such as ADO.NET, ODBC, OleDB, and more.
Our editor enhances code editing by offering Intellisense and helpful code suggestions, making the process faster and more efficient.