Datasets Module Configuration Workflow | |
---|---|
Action | Comments |
Define database connections | Create the DatasetDB connection mapping out the databases you solution is going to use |
Prepare Queries | Paste our queries, or use the built-in SQL Query Editor, or the VisualQueryBuilder, to define your queries. |
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.
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.
Our platform offers a built-in data gateway that's firewall-friendly, ensuring secure data query routing from clients without requiring direct access to the database.