QuickQueryII

What is it?

Is a database query tool that will allow you to run SQL queries against any database and multiple databases. A very handy programmers tool for any developer who works with databases regularly. It allows you to export this data into other formats such as an XML File. This application runs off the Microsoft .NET 2.0 Framework.

Features Include:

  • MDI based design allowing multiple queries to multiple databases
  • Multithreaded queries allowing one query to run as a separate thread freeing up resources for other queries.
  • The ability to save SQL queries to disk for later use.
  • Allows you to print the data that was returned.
  • Exports to
    • Comma Delimited File (CSV)
    • XML

Planned Features:

  • Export Support
    • Microsoft Excel Spreadsheet