On Wed, 24 Jul 2019, Anthony Walter via lazarus wrote:

I am looking for a good SQL Explorer tool that I can build using Lazarus.
Does anyone have any options on what's already available?

This project hasn't been updated since 2009:

https://sourceforge.net/p/sqlexplorer/code/HEAD/tree/trunk/sqlexplorer/

What I am looking or is a program with source that compiles without too
much effort and has these features:


Allows you to connect to a database. Uses a SynEdit to highlight and edit
SQL statements. Displays results in a grid or in text below the SQL editor.
Also formats SQL syntax or other errors in an area below the SQL editor.

Yes I could write my own program that does all this, but if someone has a
suggestion of a program I can compile that does all this nicely I'd
appreciate any recommendations.

The Lazarus data desktop comes standard with lazarus, has all these features 
and more.
(see lazarus/tools/lazdatadesktop/

I maintain it actively. If you have suggestions for improvements (or patches), always welcome.

Michael.
--
_______________________________________________
lazarus mailing list
lazarus@lists.lazarus-ide.org
https://lists.lazarus-ide.org/listinfo/lazarus

Reply via email to