Downloads

Active Query Builder History History

September 19, 2018

Active Query Builder History v.3.5.3.1106

= Deletion confirmation dialog has been beautified.
= Filter Item control: "OK" and "Cancel" buttons have been added.
= Standard version demos: The editor for the DefaultExpandMetadataType has
  been added to the Properties form.
= DevExpress: Theme colors are applied correctly to Properties sidebar now.
- DevExpress: Properties bar: The properties container growing has been
  fixed.
- Properties bar: The missing Criteria column has been restored in the 
  Query Column List properties editor.
- Properties bar: Boolean editor cropping fixed.
- Properties bar: Showing/hiding and resizing descriptions has been fixed.
- MS SQL Server: The bug with disabled editors for "Percent" and "With ties"
  properties has been fixed.
- Query Columns List: Appliance of the default width to "Or" columns has
  been fixed.
- The bug with duplication of the column list for objects in the query 
  which weren't uniquely identified has been fixed.
- OLE DB Metadata Provider: Loading of the PrimaryKey flag from the Indexes
  collection has been fixed.
- Multi-thread concurrent execution issue has been fixed.

September 13, 2018

Active Query Builder History v.3.3.1

= Single-line text box is used to edit Top query property now.
= Minor change to avoid inconsistent SQL query state by has been made. 
  Grouping is now automatically turned on for the column turned visible if 
  there is grouping or aggregates in the sub-query.
= New params for the SubQuery.GetSqlForDataPreview function instruct to add
  a row limitation clause to the returned query. Default values prescribe
  not to add this clause (int skip = 0, int count = -1).
- The bug with the "Uncheck all" datasource command has been fixed.
- MS SQL Server: Loading databases for linked servers has been fixed.
- Minor fixes in demo projects have been made.

September 11, 2018

Active Query Builder History v.3.5.2.1105

= New params for the SubQuery.GetSqlForDataPreview function instruct to add a
  row limitation clause to the returned query. Default values prescribe not to
  add this clause (int skip = 0, int count = -1).
- MS SQL Server: Loading databases for linked servers has been fixed.

September 11, 2018

Active Query Builder History v.3.5.2.1105

+ Metadata Editor and Metadata Loading Wizard usability improvements and
  minor bugfixes have been made.
+ SQL Text Editor: The new property LineHeight has been added.
= New params for the SubQuery.GetSqlForDataPreview function instruct to add
  a row limitation clause to the returned query. Default values prescribe
  not to add this clause (int skip = 0, int count = -1).
= Minor change to avoid inconsistent SQL query state by has been made. 
  Grouping is now automatically turned on for the column turned visible if 
  there is grouping or aggregates in the sub-query.
= Custom node images in the Database Schema View are updated correctly now
  after the component initialization.
= Minor fixes and improvements in demo projects have been made.
- SQL Text Editor: The bug with corrupting selection after copying it to the
  clipboard has been fixed.
- MS SQL Server: Loading databases for linked servers has been fixed.
- Design Pane: The manually changed Datasource height is preserved now.
- Design Pane: Selecting fields from a Datasource with filtered fields is 
  performed correctly now.
- Incorrect deprecation notice from the SqlTextEditor.TextColor property 
  has been removed.

September 11, 2018

Active Query Builder History v.3.5.2.1105

+ SQL Text Editor: The new property LineHeight has been added.
= New params for the SubQuery.GetSqlForDataPreview function instruct to add
  a row limitation clause to the returned query. Default values prescribe
  not to add this clause (int skip = 0, int count = -1).
= Minor change to avoid inconsistent SQL query state by has been made. 
  Grouping is now automatically turned on for the column turned visible if 
  there is grouping or aggregates in the sub-query.
= Minor fixes and improvements in demo projects have been made.
- SQL Text Editor: The bug with corrupting selection after copying it to the
  clipboard has been fixed.
- MS SQL Server: Loading databases for linked servers has been fixed.
- Design Pane: The manually changed Datasource height is preserved now.
- The sub-query preview popup window for buttons on the Query Navigation
  Bar doesn't appear for collapsed or invisible control now.
- Design Pane: Selecting fields from a Datasource with filtered fields is 
  performed correctly now.

September 03, 2018

Active Query Builder History v.3.3.0

+ The new QueryBuilderControl.Theme property has been made to switch styling
  between several predefined schemes. The current version supports jQueryUI
  and BootStrap styling out of the box. Allowed property values: 'default',
  'jqueryui' and 'bootstrap'. See the demos marked with the 'Bootstrap' and
  'JqueryUI' labels. 
+ The new AQB.Web.theme property allows applying custom styling scheme on
  the client-side. See the demo with the 'Foundation' label to find the
  sample of applying custom styling. 
+ The new Japanese localization is made. 
= Eight localizations are updated and proofread by professionals: German,
  French, Spanish, Portuguese (Brazil), Chinese (Traditional), Italian,
  Turkish, and Russian. 
! The behaviour of the DefaultExpandMetadataType property has been changed. 
  Now the types listed in this property will be expanded automatically. 
  The new default value is Database.
+ New methods have been added to the QueryBuilder.GridComponent object:
  - prependEmptyRow adds a new row to the top of the list. 
  - appendEmptyRow adds a new row to the end of the list. 
  - tooltipGetText allows overriding a tooltip for grid cells. 
+ The new QueryBuilderControl.HandlersPath property allows defining a 
  custom path for requests to AQB handler. 
+ The new BaseHandler.DisableRegistration method allows to turn off
  automatic registration of the route to AQB handlers. 
+ Serialization of all component properties is possible now. Use the
  XmlSerializer.Serialize/Deserialize methods for this purpose. 
- The bug with the TreeViewComponent.tooltipGetText event has been fixed. 
- The bug with extra brackets in the Database Schema View has been fixed. 
- Some visual glitches with the grid scrollbars have been eliminated.

August 31, 2018

Active Query Builder History v.3.5.1.1104

= Localization files have been updated. Untranslated strings have been added
  as commented nodes. 
+ New methods have been added to the MetadataStructure to save and load
  objects marked by the user as favourites: ExportFavouritesToXML,
  ImportFavouritesFromXML. 
+ The new method MetadataStructureItem.LoadChildItemsRecursive(MetadataType
  expandTypes) has been added. 

August 31, 2018

Active Query Builder History v.3.5.1.1104

! SQL Text Editor: SQL-related properties are moved out to a separate group:
  SqlTextEditor.SQLOptions, ExpressionEditor.TextEditorSQLOptions. 
! The behaviour of the DefaultExpandMetadataType property has been changed. 
  Now the types listed in this property will be expanded automatically. 
  The new default value is Database.
= SQL expression error handling: Last good property value is reverted now
  when the user closes the Error information panel. Minor bugfixes and 
  improvements have been made.
= Localization files have been updated. Untranslated strings have been added
  as commented nodes. 
= Full-featured MDI Demo: The connection parameters form has been improved.
= SQL Text Editor: Minor fixes and improvements in suggestion list have been
  made. 
+ Support for changeable vector images has been added. 
+ New methods have been added to the MetadataStructure to save and load
  objects marked by the user as favourites: ExportFavouritesToXML,
  ImportFavouritesFromXML. 
+ The new method MetadataStructureItem.LoadChildItemsRecursive(MetadataType
  expandTypes) has been added. 
- Interdependency between fields checked on the Design Pane and in the 
  Query Columns List has been corrected. 
- The crash when erroneous expression typed in the Criteria and Expression
  columns of the Query Columns Grid has been fixed.

August 31, 2018

Active Query Builder History v.3.5.1.1104

! SQL Text Editor: SQL-related properties are moved out to a separate group:
  SqlTextEditor.SQLOptions, ExpressionEditor.TextEditorSQLOptions. 
! The behaviour of the DefaultExpandMetadataType property has been changed. 
  Now the types listed in this property will be expanded automatically. 
  The new default value is Database.
= SQL expression error handling: Last good property value is reverted now
  when the user closes the Error information panel. Minor bugfixes and 
  improvements have been made.
= Localization files have been updated. Untranslated strings have been added
  as commented nodes. 
= Full-featured MDI Demo: The connection parameters form has been improved.
= SQL Text Editor: Minor fixes and improvements in suggestion list have been
  made. 
= DevExpress references are updated to v.18.1.5. 
+ New methods have been added to the MetadataStructure to save and load
  objects marked by the user as favourites: ExportFavouritesToXML,
  ImportFavouritesFromXML. 
+ The new method MetadataStructureItem.LoadChildItemsRecursive(MetadataType
  expandTypes) has been added. 
- The crash when erroneous expression typed in the Criteria and Expression
  columns of the Query Columns Grid has been fixed.

August 20, 2018

Active Query Builder History v.3.5.0.1103

+ The ability to mark database objects as favourites has been added. *
+ Displaying details about the database object selected in the Database
  Schema View is made. *
+ Code completion in the Expression and Criteria cells is available now. *
= Identifying and correcting errors in SQL expressions is now easier with
  smart notifications.
= The prompt for sub-query deletion doesn't block the user interface now.
+ The new Japanese localization is made.
= Eight localizations are updated and proofread by professionals: German,
  French, Spanish, Portuguese (Brazil), Chinese (Traditional), Italian,
  Turkish, and Russian.
= Main demo projects have been significantly re-worked.
+ Serialization of all component properties is possible now.
= The completely re-made Metadata Container editor has been released.
+ The new Metadata Filter editor control has been added. *
+ Controls to edit the component properties have been made. *
+ Controls to edit properties of supported .NET DB connection libraries 
  have been made. *
= The Simple Metadata Filter now accepts full qualified names in the Schemas
  and Objects collections.
! The new DatabaseSchemaTree.DefaultExpandMetadataType property supersedes
  the DefaultExpandLevel property.
* Items marked with an asterisk are available in the Professional version
  only.

Read more in the release notes

Product Summary

 Active Query Builder WinForms .NET Edition:


 Active Query Builder WPF .NET Edition:


 Active Query Builder ASP.NET Edition:


 Active Query Builder Java Edition:


 Active Query Builder ActiveX Edition:


 Active Query Builder VCL Edition:

News

Tweets

Testimonials

We have been using Active Query Builder for over a year and must say that both the product and support have been outstanding!

We chose Active Query Builder due to its flexibility and features, but have been truly pleased by its power and hidden capabilities. ...

In summary Active Query Builder provides excellent components, great support and a very flexible feature set. It has allowed us to provide features to our end users that I did not think would be possible in the first release of our new tools and in a timeframe that was much shorter than planned. I would recommend that anyone dealing with databases in the .Net world should be aware of this component and its capabilities!


Social networks