ANN: EMS QueryBuilder 2.5 released


EMS HiTech company is pleased to announce QueryBuilder 2.5 -- the next version of our powerful component suite for visual building of SQL statements.

You can download the latest version from
http://www.ems-hitech.com/querybuilder/download.phtml

What's new in version 2.5?

1. We have implemented the MS SQL dialect support in our component suite. Now you can use the TMSSQLQueryBuilder component for building queries to MS SQL server. Five SQL dialects are supported by the suite now: standard SQL, InterBase/FireBird, MySQL, PostgeSQL and MS SQL.

2. We have added a Delphi demo project for TMSSQLQueryBuilder component to the distribution package. This demo project uses ADO components to access MS SQL databases. You can find this project in the DemosDelphiADODemo directory of the distribution package.

3. QueryBuilder supports using parameters within the query text now, so parser will not raise the 'Invalid token' error in cases when parameters are used in the query.

4. Now the Sorting tab displays all query fields as available if none of the fields are included into the Selection tab.

5. Field/table names containing a dot character are quoted correctly after dragging and dropping them into the Criteria panel.

6. Fixed bug with the incorrect ORDER BY clause generation after deleting a table with alias from a diagram in some cases.

7. Fixed bug with parsing aggregates in the TInterBaseQueryBuilder component.

8. Some small improvements and minor corrections.

What is EMS QueryBuilder?

QueryBuilder is a powerful component suite intended for visual building SQL statements for the SELECT clause. It allows you to build new queries visually and/or graphically represent the existing queries in your own applications. The suite includes components for working with standard SQL, InterBase/FireBird, MySQL and PostgreSQL dialects. Using QueryBuilder you can let your users to make up large and complicate SQL queries for different servers without any knowledge of the SQL syntax.

We hope you will like our software.
Thank you for your attention.

Best regards,
EMS HiTech Team
http://www.ems-hitech.com

Related Discussions
  • HOW TO ADD A TLISTBOX TO A FORM AT RUNTIME? (2001-01-10 05:05:44)
    Just add "listbox1.parent:=form1" after "create"...
  • TRICHEDIT CHANGES CONTENTS ON WINDOWS 2000 (2001-01-25 10:46:38)
    It would not be the first time Microsoft makes some modifications to the behaviour of a library. For example, everytime a new version of MDAC is...
  • RICHEDIT! (2001-02-05 08:07:07)
    OK, to "protect the text where it can not be modified, use the SelAttributes.Protected property. You can also prevent naything from being...
  • COMPILING APPS FOR NON-INTEL PROCESSORS (2001-03-13 13:08:46)
    Yeah it would be nice. I have had several people request Mac versions of our software.
  • HOW WM_KEYDOWN WORKS...? (2001-03-21 12:35:55)
    When you send WM_CHAR, it's something like WM_KEYDOWN then WM_KEYUP... When you only send WM_KEYDOWN, the edit box "think" the key hasn't been...
  • SHOWING ENTIRE KEY COMBINATION? (2001-03-22 02:25:43)
    Here probably better way... Following code is the component which hooks all keypresses in entire application and let to handle them in...
  • IS IT POSSIBLE TO MODIFY A COMPILED EXE ? (2001-04-05 10:59:50)
    There are patch makers available. You can probably find something on www.shareware.com I have never used one but I believe the idea is that you...
  • HOW I CAN LOOK ON THE FLY IF IF THE LEFT MOUSE BUTTON IS DOWN. (2001-04-18 04:48:09)
    Thank you ! Here is a sample code : procedure TForm1.Button1MouseDown(Sender: TObject; Button: TMouseButton; Shift: TShiftState; X, Y:...
  • DELPHI 6? (2001-04-20 04:08:15)
    Hi.I had asked John Kaster about it and he told me that it would be released on the second semester of this year. Regards, Eduardo Tavares...
  • MOUSE STATE IN A WHILE LOOP (2001-05-08 06:50:46)
    Steps as follows: 1. Declare a private member field FIsMouseDown : boolean, and set this to FALSE in the FormCreate. 2. In the OnMouseDown event...
Latest News
Submit News Form Past News
Latest Forum Entries