Browse by Tags

All Tags » grouping (RSS)

A Visual SQL Query Designer by C1_GregL

This article describes the implementation of a QueryDesignerDialog class that allows users to create SQL queries based on a given OleDb connection string. The designer is similar to the ones found in database tools such as the SQL Server Management Studio and Microsoft Access. It allows end users to build SQL queries with support for sorting, grouping, and filtering. ...