Active Query Builder ActiveX Edition

par Active Database Software - Type de produit : Composant / ActiveX OCX

Veuillez noter que á moins d’être stipulé autrement, ce produit est un produit anglais.
Build complex SQL queries via an intuitive visual interface. Active Query Builder is a .NET-ready ActiveX visual query builder component which gives your end-users the ability to create complex SQL queries containing unions and sub-queries via an intuitive visual interface. Active Query Builder has complete support of Oracle, Microsoft SQL Server, MySQL, PostgreSQL, Interbase/Firebird, SQLite and ANSI-92 SQL dialects and can be integrated with your application by setting a few properties or adding a few lines of code.

A partir de
$289.10
Calculer le prix en

Nos prix standard sont montrés ci-dessous. Veuillez vous connecter pour voir vos prix.

Active Query Builder Standard ActiveX Edition V1.14

Ajouter au Caddie $ 289.10 1 Developer License
Réf. Editeur : 1655447
Téléchargement (5.4 Mo)
Ajouter au Caddie $ 578.20 4 Developer Team License
Réf. Editeur : 1655448
Téléchargement (5.4 Mo)
Ajouter au Caddie $ 925.12 8 Developer Team License
Réf. Editeur : 1732492
Téléchargement (5.4 Mo)

Active Query Builder Standard ActiveX Edition V1.14 with Delphi Source Code

Ajouter au Caddie $ 485.10 1 Developer License (Includes VCL Edition with Source)
Réf. Editeur : 1655450
Téléchargement (21.1 Mo)
Ajouter au Caddie $ 970.20 4 Developer Team License (Includes VCL Edition with Source)
Réf. Editeur : 1655451
Téléchargement (21.1 Mo)
Ajouter au Caddie $ 1,552.32 8 Developer Team License
Réf. Editeur : 1732494
Téléchargement (21.1 Mo)

Active Query Builder Standard ActiveX Edition - Priority Support

Ajouter au Caddie $ 72.28 1 Developer 1 Year Priority Support License Téléchargement (124 Ko)
Ajouter au Caddie $ 144.55 4 Developer 1 Year Priority Support License Téléchargement (124 Ko)
Ajouter au Caddie $ 231.28 8 Developer 1 Year Priority Support License Téléchargement (124 Ko)

Ce produit est disponible dans le cadre du programme de tarification GSANos prix comprennent le support technique ComponentSource et, pour la majorité des produits téléchargeables, une sauvegarde en ligne ainsi qu'une mise à niveau GRATUITE si la nouvelle version est parue pendant les 30 jours consécutifs à votre achat.  Toutes les ventes sont sujettes à nos Termes et Conditions standard à notre Politique de renvoi. Veuillez nous contacter si vous avez besoin d'une option de licence (licence de volume et versions précédentes) qui ne figure pas sur la liste ci-dessus.

Nos prix standard sont montrés ci-dessus. Veuillez vous connecter pour voir vos prix.

What's new in the Active Query Builder version 1.14?

General fixes and improvements:

  • SQLite: The query properties form is implemented, Ability to fetch metadata from "attached" databases is added.
  • Oracle: Retrieval of descriptions for objects and fields from the database is implemented.
  • The LIKE criteria parsing is improved. Manually entered criteria like "LIKE John Doe" will be distinguished as "LIKE 'John Doe'".
  • Basic support for custom aggregate functions is implemented.
  • MS SQL Server: Custom aggregate functions retrieval is made.
  • MS SQL Server: Parsing of DatePart, DateName, DateDiff, DateAdd functions is fixed.
  • MS SQL Server: Fixed parsing of fields with names matching datatype names, like "DateTime".
  • Oracle: Parsing of the SEED keyword is fixed.
  • Oracle: Parsing of "CONNECT BY" and "START WITH" clauses sequence is fixed.
  • Oracle and PostgreSQL: interval literals support is added.
  • Firebird, InterBase: List of reserved words is imported into the grammar.
  • The INNER keyword can be omitted now in join specifications for Firebird, Interbase and MS SQL Server via the InnerKeywordInLinks property.
  • SQL dialects without databases support (like Oracle) didn't skip default schema from object names. Fixed now.
  • Unambiguous reading metadata from XML generated by other AQB Editions (.Net, Java) is made.
  • CROSS JOIN processing bug is fixed.

AcitveX Edition fixes and improvements:

  • The new IFieldsListDescriptionColumnOptions.ShowLongDescription property is added to control which description will be shown in the Description column of the fields list:
      when it's False (default), the IMetadataField.ShortDescription is shown;
      when it's True, the IMetadataField.LongDescription is shown.
  • The new property is added to create aliases automatically based on alternate names: IActiveQueryBuilderX.SelectListOptions.CreateColumnAliasesFromAltNames.
  • The new properties are made to control case sensitivity of metadata filter items: IMetadataFilterItem.SchemaMaskCaseSensitive and IMetadataFilterItem.ObjectMaskCaseSensitive.
  • The new properties are made to force the query builder to show or omit the AS keyword in alias definition: IActiveQueryBuilderX.AsKeywordInExpressionAlias and IActiveQueryBuilderX.AsKeywordInObjectAlias.
  • The new demo is made to illustrate custom letadata loading in .NET and ASP.NET projects (CSCustomMetadataLoading).
  • The new property: IActiveQueryBuilderX.SQLSyntaxParams - can be used to control some server-specific syntax options.
  • The new event is added to change object's captions at the query building area: IActiveQueryBuilderX.OnCustomizeDatasourceCaption.

What's New in Active Query Builder ActiveX V1.12

  • Possibility to change join type via context popup menu
  • Manual editing of Join expressions via the Link Properties dialog
  • PostgreSQL syntax: Support of INTO clause
  • DB2 syntax: Addition of the Query Properties dialog
  • MS SQL Server: Support of ranking functions
  • More optimal grid filling when loading criteria and select list items
  • Other SQL syntax, usability and API improvements

What's new in Active Query Builder V1.11.5

  • The new look of Expression column dropdown list is made.
  • Set of properties is added to take control over the links creation process.
  • Set of events is added to control over the query building process. 
  • Permanent generation of correct SQL queries with grouping is made.
  • Numeric condition values for string fields are quoted automatically now.
  • New context menu items are added to check/uncheck all fields for a datasource.
  • Other SQL syntax, usability and API improvements.

What's new in Active Query Builder V1.10

  • Customization of datasource's field lists at the query building area has been made
  • The FieldsListOptions property allows you to customize drawing of the datasource's field lists. You may show/hide/customize the following columns:
    • Status picture: is used now to mark Primary key fields only (FieldsListOptions.MarkColumnOptions)
    • Field Name (FieldsListOptions.NameColumnOptions)
    • Field Type (FieldsListOptions.TypeColumnOptions)
    • Field Description: (FieldsListOptions.DescriptionColumnOptions)
  • Field lists are retrieved now through database server specific queries. This allows to display field types for specific database servers correctly, also this may speed up retrieval of the field lists
  • Basic support of Mimer SQL dialect is added
  • MySQL and Firebird parameters parsing is improved
  • Other minor improvements and bug fixes are made

What's new in Active Query Builder V1.9.1

Common changes for ActiveX and VCL

  • Sleep mode is implemented - This mode allows you to suppress error messages while printing unsupported statements in SQL text editor, connected with Active Query Builder. Active Query Builder now switches to Sleep mode when non-SELECT statement is passed to the SQL property. This allows your end-users to write any other statements, such as INSERT, UPDATE, DELETE, CREATE ..., ALTER ..., etc., without any additional processing
  • New properties are added to parenthesize conditions in WHERE clause
  • The new boolean QueryBuilder.TreeOptionsMetadata.HideSingleDatabaseNode property is added to hide the database node from metadata objects tree when there is only one database is loaded to the metadata container
  • The new demo is added to illustrate ability to replace real object and field names with user-friendly alternate names (Demos/AlternateNames)
  • PostgreSQL query properties form is added
  • Numerous fixes in MySQL, DB2, Sybase and other SQL dialects
  • Chinese, Italian, German and Portuguese (Brazil) localizations files are updated. Spanish, Czech, Turkish and Japanese localization require updating

What's new in Active Query Builder V1.9.0.8

  • The new Universal Syntax Provider is added to the Free version - It is based on the ANSI SQL/92 syntax but allows to determine most of popular database servers, thus it successfully retrieves metadata and applies specific settings for them, to let the user build simple queries for these servers
  • Firebird syntax: common table expressions are supported now

What's new in Active Query Builder V1.8.5

  • Unicode support is implemented in the Columns pane and in all of the Properties windows. (The rest of the visual controls were already Unicode compatible before)
  • Appliance of the ObjectPrefixSkipping property to the drop-down list of database objects in the Columns Pane is made
  • Firebird syntax: common table expressions are supported now. (Standard Edition only)
  • DB2 Syntax: Fixed problems with metadata retrieval for specific server versions. (Standard Edition only)

What's new in Active Query Builder V1.7.9

  • Chinese, Czech and Italian localizations are added
  • Support of Synonyms and Analytic Functions in Oracle, Join Object Hints, Ranking and Aggregate Window Functions in MS SQL Server, more precise erroneous token reporting, other SQL parsing improvements
  • Many other bugfixes and improvements

What's new in Active Query Builder 1.7.7?

  • Ability to convert queries between dialects is implemented
  • Spanish localization is added
  • The component has became digitally signed, so now there will be no problems with automatic installation from Internet and displaying on client machines using Windows XP SP2 and/or Internet Explorer 7

Overview

Active Query Builder is a .Net-ready ActiveX visual query builder component that allows your end-users to build complex SQL queries via an intuitive visual interface.

Active Query Builder includes an SQL parser that correctly handles SQL queries containing multiple nested joins and other fine points of SQL syntax. Another feature is the graphical engine that allows you to build queries involving unions and sub-queries.

The interface of Active Query Builder is similar to either MS-Access or SQL Server visual query construction interface. The features of Active Query Builder include the ability to build queries with unions and sub-queries.

Active Query Builder supports SQL Server, Oracle, MySQL, PostgreSQL, Interbase/Firebird, SQLite, and ANSI-92 SQL dialects. The sophisticated Active SQL parser can translate any valid SQL statement into it's visual representation.

ActiveX Query Builder controls and iterfaces can be used in any software project which supports ActiveX controls as well as in the .Net projects. For example, you can use it with Visual Basic 6.0, Visual Basic .NET, Visual C++ 6.0, Visual C#, Delphi and so on. The component may be integrated into your application with just a few lines of code.

ActiveX Query Builder can be used as a Windows Forms .NET control as easy as ActiveX control. You can simply work with the wrapper class that calls appropriate properties, methods and events from the COM dll. Using ActiveX Query Builder in .NET application you don't even need to register COM object server, so you can deploy your solutions without registration. The only thing you need is .NET Framework!

Note: Active Query Builder Standard ActiveX Edition with Source Code comes with VCL Edition with Source Code.


Support

Priority Support
The Premium Support Program was developed at the request of some of Active Database Software's current and potential customers who have their own support obligations to their end-users, so they have to be sure to receive answers in a timely manner. This program will ensure you receive answers from Active Database Software support staff within 24 hours (excluding weekends and holidays), to have your bug reports processed foremost, and your wishes and suggestions to be placed higher in their to-do list.

Recherche produit

Entrez vos critères de recherche :

Autres liens

Pourquoi acheter chez ComponentSource ?

ComponentSource offre un service international unique, reconnu par plus de 1 000 000 développeurs de logiciels partout dans le monde.

Complément d'informations | Notre société

Économies sur le développement

Lisez notre livre blanc sur
le taux de rendement du capital investi

Lignes de code : 100,000
Mois-hommes : 100
Coût main d'oeuvre : $500,000

Caractéristiques requises :

Effort pour 1,000 LdC :

Coût main d'oeuvre par mois :

Galerie de copies d'écran