<div dir="ltr">A few months ago I was trying to find a workable Microsoft SQL Server client/editor on Linux and couldn't find anything decent in the FOSS zone. I ended up writing my own simple SQL client/editor:<br><div><br></div><div><a href="http://cache.getlazarus.org/images/sqlclient.png">http://cache.getlazarus.org/images/sqlclient.png</a><br></div><div><br></div><div>The basic functionality is/was:</div><div><br></div><div>Connect to a server running MSSQL from Linux.</div><div>Allow the user to list/change databases.</div><div>Allow the user to execute SQL, either select statements, or other statements including create/drop database. </div><div>Show the query results in a result window at the bottom using tabular formatted text.</div><div><br></div><div>Question 1:</div><div><br></div><div>Is there any project (which doesn't require a whole lot of extras like a Java environment) that does what I've described in a cross platform manner and is easy to use and is trustworthy?</div><div><br></div><div>Question 2:</div><div><br></div><div>If the pickings are slim in answer to Question 1, are they many people here who want a simple cross platform SQL client/editor, possibly with both MySQL and MSSQL support?</div><div><br></div><div><br></div><div><br></div></div>