You are on page 1of 2

ACTIVE QUERY BUILDER WINDFORMS EDITION

Let's get into several common types of queries that developers struggle with, showing
SQL solutions, and then analyze them for optimal efficiency. I'll cover Exclusion Join,
Relational Division, Greatest-Per-Group, Dynamic Pivot, and Random Selection. SQL Query
Builder gives you the ability to use the simple graphical interface to build SQL statements and
create views in a database.
Active Query Builder WinForms Edition is a visual query builder component suite that allows
your end-users to build complex SQL queries, as well as to parse, analyze SQL queries and represent
them visually. Its powerful API allows you to parse complex SQL queries for programmatic analysis
and modification. Active Query Builder is a true two-way query builder, so that you can combine
visual query building with direct SQL query text editing. Active Query Builder built with standard
.NET controls, thus it's seamlessly integrate into your WinForms application. Active Query Builder
WinForms Edition will always look natively with any Windows theme and version as it uses child
windows to display database objects on the Design Pane.
Active Query Builder WinForms .NET Edition is shipped with the full set of visual
assistants that allow you to get up and running in seconds.
The Configuration Wizard will guide you through the process of adding component on
a form by letting you choose the required database server, and setting up the connection
to it, and even adding the necessary initialization strings to the source code of your
form.
The Metadata Editor will let you set up the presentation of your database for the end-
user by selecting the way objects are organized within the Database Schema Tree,
defining alternate user-friendly names, removing unwanted objects, etc.
Joining tables automatically according to foreign keys and programmatically
Editing of sub-queries independently from the main query
Changing presentation of the database structure regardless of the physical structure
Hiding unwanted database objects and fields
SQL Text Editor
*
with code completion and syntax highlight
Expression Editor
*
to edit complex SQL expressions via multiline text editor with
selection lists of available objects, functions and keywords.

You might also like