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 ...
source
share