SQL Query builder in Delphi

I need to give users the ability to create a simple SQL query to our database. Our application is written in Delphi.

I assume only moderate levels of user knowledge, but they need the ability to create a simple select statement to be able to query a couple of tables. If I can make it easy for them, it would be very wonderful.

Does anyone know a tool or set of components that I can use to help users create SQL SELECT statements ...

+3
source share
8 answers

DevExpress ExpressFilter, SQL, .

+2

SimpleQuery . (http://devtools.korzh.com/eq/vcl/) , , ( s), AND OR . SQL . PrintDat! CSV- Woll2Woll Infopower, . XLS XLSReadWrite. . SimpleQuery . - . , .

+1

EMS Advanced Query Builder.

Borland® Delphi® C++ Builder®, SQL SELECT, INSERT, UPDATE DELETE. , / . SQL, MS SQL, InterBase/Firebird, MySQL, PostgreSQL . Advanced Query Builder SQL SQL.

alt text
(: sqlmanager.net)

alt text
(: sqlmanager.net)

+1

, ActiveQueryBuilder, Delphi IDE ( 2007 , )

alt text
(: activequerybuilder.com)

+1
+1

Delphi. , . , . , .

0

You might want to try this free constructor:

GSC Visual Query Builder v.0.7

Visual Query Builder v.1.0

and some others in Torry: http://www.torry.net/pages.php?id=546

0
source

Source: https://habr.com/ru/post/1725497/


All Articles