<rss version="2.0" xmlns:media="http://search.yahoo.com/mrss/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>ComponentSource Topic | Active Database Software</title><link>http://www.componentsource.com/topics/active-database/index.html</link><description></description><language>en-us</language><lastBuildDate>Fri, 10 Feb 2012 10:43:36 GMT</lastBuildDate><copyright>(C) Copyright 1996-2012 ComponentSource.</copyright><atom:link href="http://www.componentsource.com/topics/active-database/rss.xml" rel="self" type="application/rss+xml"/><item><title>Active Query Builder ActiveX Edition updated</title><link>http://www.componentsource.com/news/2011/06/24/active-query-builder-activex.html?rc=ni_8113</link><description>&lt;div class="image"&gt;&lt;img src="http://ftp.componentsource.com/res/pub/media/9/8113/default_w350.png?rc=ni_8113" alt="Visually building a query for a SQL Server database."/&gt;&lt;p&gt;&lt;small&gt;Visually building a query for a SQL Server database.&lt;/small&gt;&lt;/p&gt;&lt;/div&gt;&lt;p&gt;&lt;a href="http://www.componentsource.com/products/active-query-builder-activex/index.html?rc=ni_8113"&gt;Active Query Builder ActiveX Edition&lt;/a&gt; is a 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.&lt;/p&gt;&lt;h3&gt;Updates in 1.17&lt;/h3&gt;&lt;p&gt;Behavior changes&lt;/p&gt;&lt;ul&gt;&lt;li&gt;The Select checkbox is checked automatically now on adding a new expression.&lt;/li&gt;&lt;li&gt;Grouping is set automatically now on specifying the aggregate for a column now.&lt;/li&gt;&lt;li&gt;The numbers entered into condition for string fields are treated as literals.&lt;/li&gt;&lt;li&gt;The &amp;quot;=TRUE&amp;quot; condition is set automatically on adding a logical expression now. Useful on adding the EXISTS expressions.&lt;/li&gt;&lt;li&gt;Automatic alias assignment is made when user adds two or more columns with same name to the query. The warning message is shown when multiple columns with same name appear in sub-queries in result of user actions as this may lead to inconsistence in the calling sub-query.&lt;/li&gt;&lt;li&gt;The new UserMessage event is added. It is fired when the Query Builder is about to show the warning message to the user. You may override this behavior by handling this event.&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;SQL Syntax changes&lt;/p&gt;&lt;ul&gt;&lt;li&gt;SQLite: The component can load foreign keys now.&lt;/li&gt;&lt;li&gt;SQLite: The list of aggregates and built-in functions is filled now.&lt;/li&gt;&lt;li&gt;MS SQL Server: Fetching metadata object descriptions from database is made.&lt;/li&gt;&lt;li&gt;MySQL Query Properties form is redesigned.&lt;/li&gt;&lt;li&gt;MySQL: The SELECT [DISTINCT|ALL] options are added to the query properties dialog.&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;ActiveX Edition specific changes:&lt;/p&gt;&lt;ul&gt;&lt;li&gt;Nexus DB 3: Metadata fetching is made.&lt;/li&gt;&lt;li&gt;Language files are converted to UTF8. The component allows to read language files in both ANSI and UTF8 encoding now.&lt;/li&gt;&lt;li&gt;OLE drag-and-drop of text items to design area and criteria grid is made.&lt;/li&gt;&lt;/ul&gt;&lt;h3&gt;About Active Database Software&lt;/h3&gt;&lt;p&gt;&lt;a href="http://www.componentsource.com/features/active-database/index.html?rc=ni_8113"&gt;Active Database Software&lt;/a&gt;, Ltd. is a privately owned software development company. Established in 2005, Active Database Software offers solutions for professional database developers especially designed to make software development easier, faster and more effective. We put a lot of effort in to provide technologies which save development time by combining powerful capabilities with unmatched ease-of-use.&lt;/p&gt;</description><category>32 Bit</category><category>Access</category><category>Active Database Software</category><category>ActiveX Components</category><category>ActiveX OCX</category><category>Components</category><category>Microsoft</category><category>MySQL</category><category>Office</category><category>Oracle / SUN</category><category>Oracle Database</category><category>Patch Releases</category><category>SQL</category><category>SQL Server Tools</category><category>Visual Basic</category><category>Visual Basic .NET</category><category>Visual Basic 2005</category><category>Visual C# .NET</category><category>Visual C# 2005</category><category>Visual C++</category><category>Visual C++ .NET</category><category>Visual C++ 2005</category><category>Visual FoxPro</category><category>Visual Studio</category><category>Visual Studio .NET</category><category>Visual Studio 2005</category><guid isPermaLink="false">http://www.componentsource.com/news/2011/06/24/active-query-builder-activex.html?rc=ni_8113</guid><pubDate>Fri, 24 Jun 2011 11:22:38 GMT</pubDate></item><item><title>Active Query Builder Java Edition 1.4 released</title><link>http://www.componentsource.com/news/2011/06/24/active-query-builder-java.html?rc=ni_8114</link><description>&lt;div class="image"&gt;&lt;img src="http://ftp.componentsource.com/res/pub/media/9/8114/default_w350.png?rc=ni_8114" alt="Building a SQL query with Active Query Builder."/&gt;&lt;p&gt;&lt;small&gt;Building a SQL query with Active Query Builder.&lt;/small&gt;&lt;/p&gt;&lt;/div&gt;&lt;p&gt;&lt;a href="http://www.componentsource.com/products/active-query-builder-java/index.html?rc=ni_8114"&gt;Active Query Builder Java Edition&lt;/a&gt; is a visual query builder component suite that allows your end-users to build complex SQL queries with unions and sub queries via an intuitive visual interface. Active Query Builder Java Edition is a Swing-based Java bean component built using JRE 6 (1.6) and supports all modern Java development environments including NetBeans, Eclipse and IntelliJ IDEA.&lt;/p&gt;&lt;h3&gt;Updates in 1.4&lt;/h3&gt;&lt;p&gt;Behavior changes&lt;/p&gt;&lt;ul&gt;&lt;li&gt;The Select checkbox is checked automatically now on adding a new expression.&lt;/li&gt;&lt;li&gt;Grouping is set automatically now on specifying the aggregate for a column now.&lt;/li&gt;&lt;li&gt;The numbers entered into condition for string fields are treated as literals.&lt;/li&gt;&lt;li&gt;The &amp;quot;=TRUE&amp;quot; condition is set automatically on adding a logical expression now. Useful on adding the EXISTS expressions.&lt;/li&gt;&lt;li&gt;Automatic alias assignment is made when user adds two or more columns with same name to the query. The warning message is shown when multiple columns with same name appear in sub-queries in result of user actions as this may lead to inconsistence in the calling sub-query.&lt;/li&gt;&lt;li&gt;The new UserMessage event is added. It is fired when the Query Builder is about to show the warning message to the user. You may override this behavior by handling this event.&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;SQL Syntax changes&lt;/p&gt;&lt;ul&gt;&lt;li&gt;SQLite: The component can load foreign keys now.&lt;/li&gt;&lt;li&gt;SQLite: The list of aggregates and built-in functions is filled now.&lt;/li&gt;&lt;li&gt;MS SQL Server: Fetching metadata object descriptions from database is made.&lt;/li&gt;&lt;li&gt;MySQL Query Properties form is redesigned.&lt;/li&gt;&lt;li&gt;MySQL: The SELECT [DISTINCT|ALL] options are added to the query properties dialog.&lt;/li&gt;&lt;/ul&gt;&lt;h3&gt;About Active Database Software&lt;/h3&gt;&lt;p&gt;&lt;a href="http://www.componentsource.com/features/active-database/index.html?rc=ni_8114"&gt;Active Database Software&lt;/a&gt;, Ltd. is a privately owned software development company. Established in 2005, Active Database Software offers solutions for professional database developers especially designed to make software development easier, faster and more effective. We put a lot of effort in to provide technologies which save development time by combining powerful capabilities with unmatched ease-of-use.&lt;/p&gt;</description><category>32 Bit</category><category>Active Database Software</category><category>Components</category><category>Eclipse</category><category>Java Components</category><category>JavaBean</category><category>Patch Releases</category><category>SQL</category><guid isPermaLink="false">http://www.componentsource.com/news/2011/06/24/active-query-builder-java.html?rc=ni_8114</guid><pubDate>Fri, 24 Jun 2011 11:23:08 GMT</pubDate></item><item><title>Active Query Builder VCL Edition 1.17 updated</title><link>http://www.componentsource.com/news/2011/06/24/active-query-builder-vcl.html?rc=ni_8112</link><description>&lt;div class="image"&gt;&lt;img src="http://ftp.componentsource.com/res/pub/media/9/8112/default_w350.png?rc=ni_8112" alt="Building a SQL query with Active Query Builder VCL Edition."/&gt;&lt;p&gt;&lt;small&gt;Building a SQL query with Active Query Builder VCL Edition.&lt;/small&gt;&lt;/p&gt;&lt;/div&gt;&lt;p&gt;&lt;a href="http://www.componentsource.com/products/active-query-builder-vcl/index.html?rc=ni_8112"&gt;Active Query Builder VCL Edition&lt;/a&gt; is a query builder component suite for Borland Delphi and C++Builder 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, Informix and more SQL dialects and can be integrated with your application by setting a few properties or adding a few lines of code.&lt;/p&gt;&lt;h3&gt;Updates in 1.17&lt;/h3&gt;&lt;p&gt;Behavior changes&lt;/p&gt;&lt;ul&gt;&lt;li&gt;The Select checkbox is checked automatically now on adding a new expression.&lt;/li&gt;&lt;li&gt;Grouping is set automatically now on specifying the aggregate for a column now.&lt;/li&gt;&lt;li&gt;The numbers entered into condition for string fields are treated as literals.&lt;/li&gt;&lt;li&gt;The &amp;quot;=TRUE&amp;quot; condition is set automatically on adding a logical expression now. Useful on adding the EXISTS expressions.&lt;/li&gt;&lt;li&gt;Automatic alias assignment is made when user adds two or more columns with same name to the query. The warning message is shown when multiple columns with same name appear in sub-queries in result of user actions as this may lead to inconsistence in the calling sub-query.&lt;/li&gt;&lt;li&gt;The new UserMessage event is added. It is fired when the Query Builder is about to show the warning message to the user. You may override this behavior by handling this event.&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;SQL Syntax changes&lt;/p&gt;&lt;ul&gt;&lt;li&gt;SQLite: The component can load foreign keys now.&lt;/li&gt;&lt;li&gt;SQLite: The list of aggregates and built-in functions is filled now.&lt;/li&gt;&lt;li&gt;MS SQL Server: Fetching metadata object descriptions from database is made.&lt;/li&gt;&lt;li&gt;MySQL Query Properties form is redesigned.&lt;/li&gt;&lt;li&gt;MySQL: The SELECT [DISTINCT|ALL] options are added to the query properties dialog.&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;VCL Edition specific changes:&lt;/p&gt;&lt;ul&gt;&lt;li&gt;Nexus DB 3: Metadata fetching is made.&lt;/li&gt;&lt;li&gt;Language files are converted to UTF8. The component allows you to read language files in both ANSI and UTF8 encoding now.&lt;/li&gt;&lt;li&gt;OLE drag-and-drop of text items to design area and criteria grid is made.&lt;/li&gt;&lt;/ul&gt;&lt;h3&gt;About Active Database Software&lt;/h3&gt;&lt;p&gt;&lt;a href="http://www.componentsource.com/features/active-database/index.html?rc=ni_8112"&gt;Active Database Software&lt;/a&gt;, Ltd. is a privately owned software development company. Established in 2005, Active Database Software offers solutions for professional database developers especially designed to make software development easier, faster and more effective. We put a lot of effort in to provide technologies which save development time by combining powerful capabilities with unmatched ease-of-use.&lt;/p&gt;</description><category>32 Bit</category><category>Active Database Software</category><category>C++Builder</category><category>Components</category><category>Delphi</category><category>Embarcadero / CodeGear</category><category>Microsoft</category><category>Oracle / SUN</category><category>Oracle Database</category><category>Patch Releases</category><category>SQL</category><category>SQL Server Tools</category><category>VCL Components</category><guid isPermaLink="false">http://www.componentsource.com/news/2011/06/24/active-query-builder-vcl.html?rc=ni_8112</guid><pubDate>Fri, 24 Jun 2011 11:22:13 GMT</pubDate></item><item><title>Active Query Builder for .NET updated</title><link>http://www.componentsource.com/news/2011/06/23/active-query-builder-net.html?rc=ni_8099</link><description>&lt;div class="image"&gt;&lt;img src="http://ftp.componentsource.com/res/pub/media/9/8099/default_w350.png?rc=ni_8099" alt="Visually building a query for a SQL Server database."/&gt;&lt;p&gt;&lt;small&gt;Visually building a query for a SQL Server database.&lt;/small&gt;&lt;/p&gt;&lt;/div&gt;&lt;p&gt;&lt;a href="http://www.componentsource.com/products/active-query-builder-net/index.html?rc=ni_8099"&gt;Active Query Builder for .NET&lt;/a&gt; is a visual query builder component suite that allows your end-users to build complex SQL queries with unions and sub queries via an intuitive visual interface. Active Query Builder .NET Edition supports Visual Studio 2005 and 2008, Windows.Forms environment (100% Managed Code, No direct Win32 interop calls). The Active Query Builder ASP.NET Edition is designed for ASP.NET 2.0 environment, it provides a native and easy way to embed visual query building functionality into your ASP.NET projects. Active Query Builder ASP.NET Edition is based on Active Query Builder .NET (Windows Forms) Edition. Utilizing the same powerful SQL parsing engine, it's end-user Web interface has much in common with the ancestor.&lt;/p&gt;&lt;h3&gt;Updates in v1.15&lt;/h3&gt;&lt;p&gt;Behavior changes&lt;/p&gt;&lt;ul&gt;&lt;li&gt;The Select checkbox is checked automatically now on adding a new expression.&lt;/li&gt;&lt;li&gt;Grouping is set automatically now on specifying the aggregate for a column now.&lt;/li&gt;&lt;li&gt;The numbers entered into condition for string fields are treated as literals.&lt;/li&gt;&lt;li&gt;The &amp;quot;=TRUE&amp;quot; condition is set automatically on adding a logical expression now. Useful on adding the EXISTS expressions.&lt;/li&gt;&lt;li&gt;Automatic alias assignment is made when user adds two or more columns with same name to the query. The warning message is shown when multiple columns with same name appear in sub-queries in result of user actions as this may lead to inconsistence in the calling sub-query.&lt;/li&gt;&lt;li&gt;The new UserMessage event is added. It is fired when the Query Builder is about to show the warning message to the user. You may override this behavior by handling this event.&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;SQL Syntax changes&lt;/p&gt;&lt;ul&gt;&lt;li&gt;SQLite: The component can load foreign keys now.&lt;/li&gt;&lt;li&gt;SQLite: The list of aggregates and built-in functions is filled now.&lt;/li&gt;&lt;li&gt;MS SQL Server: Fetching metadata object descriptions from database is made.&lt;/li&gt;&lt;li&gt;MySQL Query Properties form is redesigned.&lt;/li&gt;&lt;li&gt;MySQL: The SELECT [DISTINCT|ALL] options are added to the query properties dialog.&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;WinForms .NET Edition specific changes:&lt;/p&gt;&lt;ul&gt;&lt;li&gt;Arabic (Saudi Arabia), Swedish and Turkish translations are added; Spanish and Polish translations are updated&lt;/li&gt;&lt;li&gt;Algorithm of automatic objects placement on the diagram pane is improved&lt;/li&gt;&lt;li&gt;Memory consumption and performance optimizations are made, memory leaks are eliminated&lt;/li&gt;&lt;/ul&gt;&lt;h3&gt;About Active Database Software&lt;/h3&gt;&lt;p&gt;&lt;a href="http://www.componentsource.com/features/active-database/index.html?rc=ni_8099"&gt;Active Database Software&lt;/a&gt;, Ltd. is a privately owned software development company. Established in 2005, Active Database Software offers solutions for professional database developers especially designed to make software development easier, faster and more effective. The company aims to provide technologies that save development time by combining powerful capabilities with unmatched ease-of-use.&lt;/p&gt;</description><category>.NET Class</category><category>.NET Components</category><category>.NET WinForm Controls</category><category>32 Bit</category><category>Active Database Software</category><category>ASP.NET Controls</category><category>Components</category><category>Internet Explorer</category><category>Microsoft</category><category>Patch Releases</category><category>SQL</category><category>Visual Basic 2005</category><category>Visual Basic 2008</category><category>Visual C# 2005</category><category>Visual C# 2008</category><category>Visual C++ 2005</category><category>Visual C++ 2008</category><category>Visual Studio 2005</category><category>Visual Studio 2008</category><guid isPermaLink="false">http://www.componentsource.com/news/2011/06/23/active-query-builder-net.html?rc=ni_8099</guid><pubDate>Thu, 23 Jun 2011 11:16:39 GMT</pubDate></item><item><title>Active Query Builder adds translations</title><link>http://www.componentsource.com/news/2011/01/19/active-query-builder-net.html?rc=ni_6826</link><description>&lt;div class="image"&gt;&lt;img src="http://ftp.componentsource.com/res/pub/media/7/6826/default_w350.png?rc=ni_6826" alt="Visually building a query for a SQL Server database."/&gt;&lt;p&gt;&lt;small&gt;Visually building a query for a SQL Server database.&lt;/small&gt;&lt;/p&gt;&lt;/div&gt;&lt;p&gt;&lt;strong&gt;.NET Edition V1.14.X adds Arabic, French, Italian, Spanish and Swedish, plus improved recursive CTE processing.&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://www.componentsource.com/products/active-query-builder-net/index.html?rc=ni_6826"&gt;Active Query Builder for .NET&lt;/a&gt; is a visual query builder component suite that allows your end-users to build complex SQL queries with unions and sub queries via an intuitive visual interface. Active Query Builder .NET Edition supports Visual Studio 2005, Windows.Forms environment (100% Managed Code, No direct Win32 interop calls).&lt;/p&gt;&lt;h3&gt;Updates in V1.14.X&lt;/h3&gt;&lt;p&gt;&lt;strong&gt;Updates in ActiveQuery Builder for .NET V1.14.1.261&lt;/strong&gt;&lt;/p&gt;&lt;ul&gt;&lt;li&gt;Fixed parsing of derived tables without alias.&lt;/li&gt;&lt;li&gt;Fixed parsing of joins with parentheses.&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&lt;strong&gt;Updates in ActiveQuery Builder for .NET V1.14.1.259&lt;/strong&gt;&lt;/p&gt;&lt;ul&gt;&lt;li&gt;Arabic (Saudi Arabia) [ar-sa] translation is added.&lt;/li&gt;&lt;li&gt;Swedish [sv] translation is added.&lt;/li&gt;&lt;li&gt;Bug with nested NOT expressions is fixed.&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&lt;strong&gt;Updates in ActiveQuery Builder for .NET V1.14.0.258&lt;/strong&gt;&lt;/p&gt;&lt;ul&gt;&lt;li&gt;Recursive CTE processing is improved.&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&lt;strong&gt;Updates in ActiveQuery Builder for .NET V1.14.0.257&lt;/strong&gt;&lt;/p&gt;&lt;ul&gt;&lt;li&gt;MySQL: CONVERT function is fixed.&lt;/li&gt;&lt;li&gt;PlainTextSQLBuilder formatting properties are correctly expanded now (in designer).&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&lt;strong&gt;Updates in ActiveQuery Builder for .NET V1.14.0.256&lt;/strong&gt;&lt;/p&gt;&lt;ul&gt;&lt;li&gt;SqlTextEditor: Fixed exception when the suggestion window is visible on the control disposing.&lt;/li&gt;&lt;li&gt;MetadataEditor: Fixed exception when creating foreign keys with drag and drop.&lt;/li&gt;&lt;li&gt;Missing strings for &amp;quot;Collapse&amp;quot; and &amp;quot;Expand&amp;quot; commands are added into en.xml translation template file.&lt;/li&gt;&lt;li&gt;Source code examples are updated for compatibility with Visual Studio 2008 and 2010.&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&lt;strong&gt;Updates in ActiveQuery Builder for .NET V1.14.0.255&lt;/strong&gt;&lt;/p&gt;&lt;ul&gt;&lt;li&gt;ToolboxManager slightly improved (will hasten installation a bit).&lt;/li&gt;&lt;li&gt;de, es, fr, it, pt-br translations updated.&lt;/li&gt;&lt;li&gt;DevExpress dependencies of ActiveDatabaseSoftware.DevExpressControlFactory.dll are updated to v10.2.3.0.&lt;/li&gt;&lt;li&gt;SqlTextEditor and ExpressionEditor: syntax coloring properties goes public.&lt;/li&gt;&lt;li&gt;Server version auto-detection is implemented.&lt;/li&gt;&lt;li&gt;Renaming of common table expressions (CTE) is implemented.&lt;/li&gt;&lt;li&gt;MetadataEditor: adding and editing of virtual objects and fields are implemented.&lt;/li&gt;&lt;li&gt;Images on tabs are implemented. To hide images use ShowTabIcons property.&lt;/li&gt;&lt;li&gt;To set custom images use TabsImageList property (must contain 4 images: main query, sub-query, derived table, common table expression (CTE)).&lt;/li&gt;&lt;li&gt;Oracle: loading of materialized views is fixed.&lt;/li&gt;&lt;li&gt;SqlTextEditor: fixed AVG function highlighting for MS Access syntax.&lt;/li&gt;&lt;li&gt;Firebird: DateAdd, DateDiff, Overlay, Position builtin functions are fixed.&lt;/li&gt;&lt;li&gt;MS Access: problem with '$' char in builtin function names is fixed.&lt;/li&gt;&lt;li&gt;Automatic alias generation is fixed.&lt;/li&gt;&lt;/ul&gt;&lt;h3&gt;About Active Database Software&lt;/h3&gt;&lt;p&gt;&lt;a href="http://www.componentsource.com/features/active-database/index.html?rc=ni_6826"&gt;Active Database Software&lt;/a&gt;, Ltd. is a privately owned software development company. Established in 2005, Active Database Software offers solutions for professional database developers especially designed to make software development easier, faster and more effective. The company puts a lot of effort in to provide technologies which save development time by combining powerful capabilities with unmatched ease-of-use.&lt;/p&gt;</description><category>.NET Class</category><category>.NET Components</category><category>.NET WinForm Controls</category><category>32 Bit</category><category>Active Database Software</category><category>ASP.NET Controls</category><category>Components</category><category>Feature Releases</category><category>Internet Explorer</category><category>Microsoft</category><category>SQL</category><category>Visual Basic 2005</category><category>Visual Basic 2008</category><category>Visual C# 2005</category><category>Visual C# 2008</category><category>Visual C++ 2005</category><category>Visual C++ 2008</category><category>Visual Studio 2005</category><category>Visual Studio 2008</category><guid isPermaLink="false">http://www.componentsource.com/news/2011/01/19/active-query-builder-net.html?rc=ni_6826</guid><pubDate>Wed, 19 Jan 2011 14:30:00 GMT</pubDate></item><item><title>Active Query Builder adds subscription</title><link>http://www.componentsource.com/news/2010/06/22/active-query-builder-net.html?rc=ni_4540</link><description>&lt;div class="image"&gt;&lt;img src="http://ftp.componentsource.com/res/pub/media/3/2277/default_w350.png?rc=ni_4540" alt="Visually building a query for a SQL Server database."/&gt;&lt;p&gt;&lt;small&gt;Visually building a query for a SQL Server database.&lt;/small&gt;&lt;/p&gt;&lt;/div&gt;&lt;p&gt;&lt;strong&gt;Professional Subscription includes WinForms and ASP.NET editions, plus advanced SQL text editor and expression editor.&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://www.componentsource.com/products/active-query-builder-net/index.html?rc=ni_4540"&gt;Active Query Builder for .NET&lt;/a&gt; is a visual SQL query builder component that allows your end-users to build complex SQL queries via an intuitive visual query building interface easily. Active Query Builder is also a SQL parser that can analyze and modify SQL queries programmatically. It can be embedded into a database administration tool or a user report generator, in a Windows application or Web page. Its user-friendly interface and unique query parsing and research capabilities provide optimized results and is sure to increase the number of potential users of your product.&lt;/p&gt;&lt;p&gt;Unlike the Standard Subscriptions that provide access to specific versions of Active Query Builder, the .NET Professional Subscription lets you to receive all future versions of Active Query Builder and other components for the .NET Framework. Active Query Builder .NET Professional Subscription currently includes:&lt;/p&gt;&lt;ul&gt;&lt;li&gt;Active Query Builder WinForms .NET Edition&lt;/li&gt;&lt;li&gt;Active Query Builder ASP.NET Edition&lt;/li&gt;&lt;li&gt;Advanced SQL Text Editor for WinForms .NET Edition&lt;/li&gt;&lt;li&gt;Advanced Expression Editor for WinForms .NET Edition&lt;/li&gt;&lt;li&gt;DevExpress controls User Interface for WinForms .NET Edition&lt;/li&gt;&lt;li&gt;Optional: Full Source Code&lt;/li&gt;&lt;/ul&gt;&lt;h3&gt;Updates in V1.13&lt;/h3&gt;&lt;ul&gt;&lt;li&gt;Added - Oracle: global pipelined functions can be used in FROM clause.&lt;/li&gt;&lt;li&gt;Added - Professional edition of the component suite is introduced.&lt;/li&gt;&lt;li&gt;Added - New ExpressionEditor component available in the Professional edition only.&lt;/li&gt;&lt;li&gt;Added - New improved Metadata Editor (in all editions).&lt;/li&gt;&lt;li&gt;Improved - DevExpress dependencies of ActiveDatabaseSoftware.DevExpressControlFactory.dll are updated to v10.1.4.0.&lt;/li&gt;&lt;li&gt;Improved - OracleNativeMetadataProvider: Oracle.DataAccess.dll references updated to the latest version (v2.111.7.20).&lt;/li&gt;&lt;li&gt;Fixed - Expression Editor: exception when trying to insert a function using the context menu is fixed.&lt;/li&gt;&lt;li&gt;Fixed - Expression Editor: items in the function list were duplicating sometimes.&lt;/li&gt;&lt;/ul&gt;&lt;h3&gt;About Active Database Software&lt;/h3&gt;&lt;p&gt;&lt;a href="http://www.componentsource.com/features/active-database/index.html?rc=ni_4540"&gt;Active Database Software&lt;/a&gt;, Ltd. is a privately owned software development company. Established in 2005, Active Database Software offers solutions for professional database developers especially designed to make software development easier, faster and more effective. The company puts a lot of effort in to provide technologies which save development time by combining powerful capabilities with unmatched ease-of-use.&lt;/p&gt;</description><category>.NET Class</category><category>.NET Components</category><category>.NET WinForm Controls</category><category>32 Bit</category><category>Active Database Software</category><category>ASP.NET Controls</category><category>Components</category><category>Feature Releases</category><category>Internet Explorer</category><category>Microsoft</category><category>SQL</category><category>Visual Basic 2005</category><category>Visual Basic 2008</category><category>Visual C# 2005</category><category>Visual C# 2008</category><category>Visual C++ 2005</category><category>Visual C++ 2008</category><category>Visual Studio 2005</category><category>Visual Studio 2008</category><guid isPermaLink="false">http://www.componentsource.com/news/2010/06/22/active-query-builder-net.html?rc=ni_4540</guid><pubDate>Tue, 22 Jun 2010 17:30:00 GMT</pubDate></item><item><title>Virtual objects for Active Query Builder</title><link>http://www.componentsource.com/news/2010/03/24/active-query-builder-java.html?rc=ni_3298</link><description>&lt;div class="image"&gt;&lt;img src="http://ftp.componentsource.com/res/pub/media/2/1698/default_w350.png?rc=ni_3298" alt="Building a SQL query with Active Query Builder."/&gt;&lt;p&gt;&lt;small&gt;Building a SQL query with Active Query Builder.&lt;/small&gt;&lt;/p&gt;&lt;/div&gt;&lt;p&gt;&lt;strong&gt;New version adds support for virtual database objects and fields.&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;Active Query Builder is a visual query builder component suite that allows your end-users to build complex SQL queries with unions and sub queries via an intuitive visual interface. Active Query Builder Java Edition is a Swing-based Java bean component built using JRE 6 (1.6) and supports all modern Java development environments including NetBeans, Eclipse and IntelliJ IDEA.&lt;/p&gt;&lt;p&gt;The following editions are available:&lt;/p&gt;&lt;ul&gt;&lt;li&gt;&lt;a href="http://www.componentsource.com/products/active-query-builder-net/index.html?rc=ni_3298"&gt;Active Query Builder .NET Edition&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.componentsource.com/products/active-query-builder-activex/index.html?rc=ni_3298"&gt;Active Query Builder ActiveX Edition&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.componentsource.com/products/active-query-builder-java/index.html?rc=ni_3298"&gt;Active Query Builder Java Edition&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.componentsource.com/products/active-query-builder-vcl/index.html?rc=ni_3298"&gt;Active Query Builder VCL Edition&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;h3&gt;Updates&lt;/h3&gt;&lt;p&gt;&lt;strong&gt;New features in all editions:&lt;/strong&gt;&lt;/p&gt;&lt;ul&gt;&lt;li&gt;New feature: Virtual database objects and fields. It allows to hide complex expressions and sub-queries behind ordinary fields and save derived tables as ordinary database objects. See the Virtual Objects And Fields source code sample for demonstration and details.&lt;/li&gt;&lt;li&gt;Now it's possible to add Common Table Expressions visually using the context menu item of the query building area.&lt;/li&gt;&lt;li&gt;MS SQL Server, Sybase: Support of the old-style TransactSQL outer join operators (&amp;quot;*=&amp;quot; and &amp;quot;*=&amp;quot;) is made. &lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&lt;strong&gt;Additional new features in .NET and Java Editions:&lt;/strong&gt;&lt;/p&gt;&lt;ul&gt;&lt;li&gt;Metadata and syntax providers for Microsoft SQL Server Compact Edition are made.&lt;/li&gt;&lt;li&gt;Portuguese (Brazil) and French translations are added.   &lt;/li&gt;&lt;/ul&gt;&lt;h3&gt;About Active Database Software&lt;/h3&gt;&lt;p&gt;&lt;a href="http://www.componentsource.com/features/active-database/index.html?rc=ni_3298"&gt;Active Database Software&lt;/a&gt;, Ltd. is a privately owned software development company. Established in 2005, Active Database Software offers solutions for professional database developers especially designed to make software development easier, faster and more effective. It aims to provide technologies which save development time by combining powerful capabilities with unmatched ease-of-use.&lt;/p&gt;</description><category>32 Bit</category><category>Active Database Software</category><category>Components</category><category>Eclipse</category><category>Feature Releases</category><category>Java Components</category><category>JavaBean</category><category>SQL</category><guid isPermaLink="false">http://www.componentsource.com/news/2010/03/24/active-query-builder-java.html?rc=ni_3298</guid><pubDate>Wed, 24 Mar 2010 17:23:00 GMT</pubDate></item><item><title>Active Query Builder .NET updated</title><link>http://www.componentsource.com/news/2010/02/09/active-query-builder-net.html?rc=ni_2706</link><description>&lt;div class="image"&gt;&lt;img src="http://ftp.componentsource.com/res/pub/media/2/1453/default_w350.png?rc=ni_2706" alt="Visually building a query for a SQL Server database."/&gt;&lt;p&gt;&lt;small&gt;Visually building a query for a SQL Server database.&lt;/small&gt;&lt;/p&gt;&lt;/div&gt;&lt;p&gt;&lt;strong&gt;Latest release adds support for VistaDB 4.0 and includes Brazilian Portuguese translation.&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://www.componentsource.com/products/active-query-builder-net/index.html?rc=ni_2706"&gt;Active Query Builder .NET Edition&lt;/a&gt; is a visual query builder component suite that allows your end-users to build complex SQL queries with unions and sub queries via an intuitive visual interface. Active Query Builder .NET Edition supports Visual Studio 2005, Windows.Forms environment (100% Managed Code, No direct Win32 interop calls).&lt;/p&gt;&lt;p&gt;The following editions are also available:&lt;/p&gt;&lt;ul&gt;&lt;li&gt;&lt;a href="http://www.componentsource.com/products/active-query-builder-java/index.html?rc=ni_2706"&gt;Active Query Builder Java Edition&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.componentsource.com/products/active-query-builder-vcl/index.html?rc=ni_2706"&gt;Active Query Builder VCL Edition&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.componentsource.com/products/active-query-builder-activex/index.html?rc=ni_2706"&gt;Active Query Builder ActiveX Edition&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;h3&gt;Updates in V1.11&lt;/h3&gt;&lt;ul&gt;&lt;li&gt;Support VistaDB 4.0 is implemented&lt;/li&gt;&lt;li&gt;Portuguese (Brazil) translation is added&lt;/li&gt;&lt;li&gt;SQLite: The query properties form is implemented, Ability to fetch metadata from &amp;quot;attached&amp;quot; databases is added&lt;/li&gt;&lt;li&gt;Oracle: Retrieval of descriptions for objects and fields from the database is implemented&lt;/li&gt;&lt;li&gt;The LIKE criteria parsing is improved. Manually entered criteria like &amp;quot;LIKE John Doe&amp;quot; will be distinguished as &amp;quot;LIKE 'John Doe'&amp;quot;&lt;/li&gt;&lt;li&gt;Basic support for custom aggregate functions is implemented&lt;/li&gt;&lt;li&gt;MS SQL Server: Custom aggregate functions retrieval is made&lt;/li&gt;&lt;li&gt;MS SQL Server: Parsing of DatePart, DateName, DateDiff, DateAdd functions is fixed&lt;/li&gt;&lt;li&gt;MS SQL Server: Fixed parsing of fields with names matching datatype names, like &amp;quot;DateTime&amp;quot;&lt;/li&gt;&lt;li&gt;Oracle: Parsing of the SEED keyword is fixed&lt;/li&gt;&lt;li&gt;Oracle: Parsing of &amp;quot;CONNECT BY&amp;quot; and &amp;quot;START WITH&amp;quot; clauses sequence is fixed&lt;/li&gt;&lt;li&gt;Oracle and PostgreSQL: interval literals support is added&lt;/li&gt;&lt;li&gt;Firebird: List of reserved words is imported into the grammar&lt;/li&gt;&lt;li&gt;The INNER keyword can be omitted now in join specifications for Firebird and MS SQL Server via the InnerKeywordInLinks property&lt;/li&gt;&lt;li&gt;SQL dialects without databases support (like Oracle) didn't skip default schema from object names. Fixed now&lt;/li&gt;&lt;li&gt;Unambiguous reading metadata from XML generated by other AQB Editions (VCL/ActiveX, Java) is made&lt;/li&gt;&lt;li&gt;CROSS JOIN processing bug is fixed&lt;/li&gt;&lt;li&gt;New properties in the QueryBuilder and PlainTextSQLBuilder components: AsKeywordInExpressionAlias and AsKeywordInObjectAlias. You can use them to force the query builder to always show or omit AS keyword before aliases&lt;/li&gt;&lt;li&gt;The new events DatasourceFieldRemoving, DatasourceFieldRemoved are added to control removal of fields by unchecking them from the datasource field list&lt;/li&gt;&lt;li&gt;The new properties are made to control case sensitivity of metadata filter items: MetadataFilterItem.SchemaMaskCaseSensitive and MetadataFilterItem.ObjectMaskCaseSensitive&lt;/li&gt;&lt;li&gt;The new property is added to create aliases automatically based on alternate names: SelectListOptions.CreateColumnAliasesFromAltNames&lt;/li&gt;&lt;li&gt;API changes: MetadataFieldNameList class is renamed to MetadataQualifiedNameList&lt;/li&gt;&lt;/ul&gt;&lt;h3&gt;About Active Database Software&lt;/h3&gt;&lt;p&gt;&lt;a href="http://www.componentsource.com/features/active-database/index.html?rc=ni_2706"&gt;Active Database Software&lt;/a&gt;, Ltd. is a privately owned software development company. Established in 2005, Active Database Software offers solutions for professional database developers especially designed to make software development easier, faster and more effective. The company aims to provide technologies that save development time by combining powerful capabilities with unmatched ease-of-use.&lt;/p&gt;</description><category>.NET Class</category><category>.NET Components</category><category>.NET WinForm Controls</category><category>32 Bit</category><category>Active Database Software</category><category>Components</category><category>Feature Releases</category><category>Microsoft</category><category>SQL</category><category>Visual Basic 2005</category><category>Visual Basic 2008</category><category>Visual C# 2005</category><category>Visual C# 2008</category><category>Visual C++ 2005</category><category>Visual C++ 2008</category><category>Visual Studio 2005</category><category>Visual Studio 2008</category><guid isPermaLink="false">http://www.componentsource.com/news/2010/02/09/active-query-builder-net.html?rc=ni_2706</guid><pubDate>Tue, 09 Feb 2010 19:06:00 GMT</pubDate></item><item><title>Active Query Builder ActiveX/VCL updated</title><link>http://www.componentsource.com/news/2010/02/09/active-query-builder-vcl.html?rc=ni_2712</link><description>&lt;div class="image"&gt;&lt;img src="http://ftp.componentsource.com/res/pub/media/2/1450/default_w350.png?rc=ni_2712" alt="Screenshot from Active Query Builder VCL Edition."/&gt;&lt;p&gt;&lt;small&gt;Screenshot from Active Query Builder VCL Edition.&lt;/small&gt;&lt;/p&gt;&lt;/div&gt;&lt;p&gt;&lt;strong&gt;Version 1.14 features improved parsing of LIKE criteria and basic support for custom aggregate functions.&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;Active Query Builder is a 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. It features complete support for 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.&lt;/p&gt;&lt;ul&gt;&lt;li&gt;&lt;a href="http://www.componentsource.com/products/active-query-builder-vcl/index.html?rc=ni_2712"&gt;Active Query Builder VCL Edition&lt;/a&gt; is designed for Borland Delphi and C++Builder.&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.componentsource.com/products/active-query-builder-activex/index.html?rc=ni_2712"&gt;Active Query Builder ActiveX Edition&lt;/a&gt; is a .NET-ready ActiveX.&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;The following editions are also available:&lt;/p&gt;&lt;ul&gt;&lt;li&gt;&lt;a href="http://www.componentsource.com/products/active-query-builder-java/index.html?rc=ni_2712"&gt;Active Query Builder Java Edition&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.componentsource.com/products/active-query-builder-net/index.html?rc=ni_2712"&gt;Active Query Builder .NET Edition&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;h3&gt;Updates in V1.14&lt;/h3&gt;&lt;p&gt;&lt;strong&gt;General fixes and improvements:&lt;/strong&gt;&lt;/p&gt;&lt;ul&gt;&lt;li&gt;SQLite: The query properties form is implemented, Ability to fetch metadata from &amp;quot;attached&amp;quot; databases is added.&lt;/li&gt;&lt;li&gt;Oracle: Retrieval of descriptions for objects and fields from the database is implemented.&lt;/li&gt;&lt;li&gt;The LIKE criteria parsing is improved. Manually entered criteria like &amp;quot;LIKE John Doe&amp;quot; will be distinguished as &amp;quot;LIKE 'John Doe'&amp;quot;.&lt;/li&gt;&lt;li&gt;Basic support for custom aggregate functions is implemented.&lt;/li&gt;&lt;li&gt;MS SQL Server: Custom aggregate functions retrieval is made.&lt;/li&gt;&lt;li&gt;MS SQL Server: Parsing of DatePart, DateName, DateDiff, DateAdd functions is fixed.&lt;/li&gt;&lt;li&gt;MS SQL Server: Fixed parsing of fields with names matching datatype names, like &amp;quot;DateTime&amp;quot;.&lt;/li&gt;&lt;li&gt;Oracle: Parsing of the SEED keyword is fixed.&lt;/li&gt;&lt;li&gt;Oracle: Parsing of &amp;quot;CONNECT BY&amp;quot; and &amp;quot;START WITH&amp;quot; clauses sequence is fixed.&lt;/li&gt;&lt;li&gt;Oracle and PostgreSQL: interval literals support is added.&lt;/li&gt;&lt;li&gt;Firebird, InterBase: List of reserved words is imported into the grammar.&lt;/li&gt;&lt;li&gt;The INNER keyword can be omitted now in join specifications for Firebird, Interbase and MS SQL Server via the InnerKeywordInLinks property.&lt;/li&gt;&lt;li&gt;SQL dialects without databases support (like Oracle) didn't skip default schema from object names. Fixed now.&lt;/li&gt;&lt;li&gt;Unambiguous reading metadata from XML generated by other AQB Editions (.Net, Java) is made.&lt;/li&gt;&lt;li&gt;CROSS JOIN processing bug is fixed.&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&lt;strong&gt;AcitveX Edition fixes and improvements:&lt;/strong&gt;&lt;/p&gt;&lt;ul&gt;&lt;li&gt;The new IFieldsListDescriptionColumnOptions.ShowLongDescription property is added to control which description will be shown in the Description column of the fields list:&lt;br/&gt;- when it's False (default), the IMetadataField.ShortDescription is shown;&lt;br/&gt;- when it's True, the IMetadataField.LongDescription is shown.&lt;/li&gt;&lt;li&gt;The new property is added to create aliases automatically based on alternate names: IActiveQueryBuilderX.SelectListOptions.CreateColumnAliasesFromAltNames.&lt;/li&gt;&lt;li&gt;The new properties are made to control case sensitivity of metadata filter items: IMetadataFilterItem.SchemaMaskCaseSensitive and IMetadataFilterItem.ObjectMaskCaseSensitive.&lt;/li&gt;&lt;li&gt;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.&lt;/li&gt;&lt;li&gt;The new demo is made to illustrate custom letadata loading in .NET and ASP.NET projects (CSCustomMetadataLoading).&lt;/li&gt;&lt;li&gt;The new property: IActiveQueryBuilderX.SQLSyntaxParams - can be used to control some server-specific syntax options.&lt;/li&gt;&lt;li&gt;The new event is added to change object's captions at the query building area: IActiveQueryBuilderX.OnCustomizeDatasourceCaption.&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&lt;strong&gt;VCL Edition fixes and improvements:&lt;/strong&gt;&lt;/p&gt;&lt;ul&gt;&lt;li&gt;The new TacFieldsListDescriptionColumnOptions.ShowLongDescription property is added to control which description will be shown in the Description column of the fields list:&lt;br/&gt;- when it's False (default), the TacMetadataField.ShortDescription is shown;&lt;br/&gt;- when it's True, the TacMetadataField.LongDescription is shown.&lt;/li&gt;&lt;li&gt;The new property is added to create aliases automatically based on alternate names: TacQueryBuilder.SelectListOptions.CreateColumnAliasesFromAltNames.&lt;/li&gt;&lt;li&gt;The new properties are made to control case sensitivity of metadata filter items: TacMetadataFilterItem.SchemaMaskCaseSensitive and TacMetadataFilterItem.ObjectMaskCaseSensitive.&lt;/li&gt;&lt;li&gt;The new properties are made to force the query builder to show or omit the AS keyword in alias definition. Use the TacQueryBuilder and TacBaseSQLBuilder AsKeywordInExpressionAlias and AsKeywordInObjectAlias properties for this purpose.&lt;/li&gt;&lt;li&gt;The new methods are added to get database schemes list:&lt;br/&gt;- TacBaseSyntaxProvider.GetSchemaNames - for specific database servers;&lt;br/&gt;- TacBaseMetadataProvider.GetSchemaNames - for generic ADO connections.&lt;/li&gt;&lt;li&gt;The new TacMSAccessSyntaxProvider.LoadLinkedTables property is made to control loading of linked database objects into metadata container.&lt;/li&gt;&lt;li&gt;The new events are added to control unchecking of a field from the datasource field list: OnDatasourceFieldRemoving and OnDatasourceFieldRemoved.&lt;/li&gt;&lt;li&gt;API changes: TacMetadataFieldNamesList class is renamed to TacMetadataQualifiedNameList.&lt;/li&gt;&lt;/ul&gt;&lt;h3&gt;About Active Database Software&lt;/h3&gt;&lt;p&gt;&lt;a href="http://www.componentsource.com/features/active-database/index.html?rc=ni_2712"&gt;Active Database Software&lt;/a&gt;, Ltd. is a privately owned software development company. Established in 2005, Active Database Software offers solutions for professional database developers especially designed to make software development easier, faster and more effective. The company aims to provide technologies that save development time by combining powerful capabilities with unmatched ease-of-use.&lt;/p&gt;</description><category>32 Bit</category><category>Active Database Software</category><category>C++Builder</category><category>Components</category><category>Delphi</category><category>Embarcadero / CodeGear</category><category>Feature Releases</category><category>Microsoft</category><category>Oracle / SUN</category><category>Oracle Database</category><category>SQL</category><category>SQL Server Tools</category><category>VCL Components</category><guid isPermaLink="false">http://www.componentsource.com/news/2010/02/09/active-query-builder-vcl.html?rc=ni_2712</guid><pubDate>Tue, 09 Feb 2010 19:06:00 GMT</pubDate></item></channel></rss>
