Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

"Visual Query Builder", where is it?

Tags:

sql

delphi

I always build my queries by hand, without any tools. Now I want to try the "Visual Query Builder" that comes with Delphi - I have Delphi 2009, xe, xe2 installed. How to start the "Visual Query Builder"? I can't find anything like that in Tools or anywhere else.

like image 235
ioan ghip Avatar asked Feb 15 '26 21:02

ioan ghip


1 Answers

In the Data Explorer, right-click on a valid connection and select SQL Window.

It seems to have been added in Delphi 2007.

like image 157
Bruce McGee Avatar answered Feb 17 '26 10:02

Bruce McGee