Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

197 Commits

Repository files navigation

DataGrabber

Introduction

DataGrabber is a simple yet powerful query tool for Windows that supports many SQL databases.

Connection topology:

  • FireDAC

External dependencies and references:

Commercial components (optional):

  • DevExpress cxGrid

Main form

DataGrabber

Grouping of columns

DataGrabber

Merging of columns

DataGrabber

Data export

DataGrabber

+----------+--------+---------+-------------------+---------+----------+----------+---------------------------+
|EmployeeId|LastName|FirstName|Title |ReportsTo|BirthDate |HireDate |Address |
+----------+--------+---------+-------------------+---------+----------+----------+---------------------------+
|1 |Adams |Andrew |General Manager | |18/02/1962|14/08/2002|11120 Jasper Ave NW |
|2 |Edwards |Nancy |Sales Manager |1 |8/12/1958 |1/05/2002 |825 8 Ave SW |
|3 |Peacock |Jane |Sales Support Agent|2 |29/08/1973|1/04/2002 |1111 6 Ave SW |
|4 |Park |Margaret |Sales Support Agent|2 |19/09/1947|3/05/2003 |683 10 Street SW |
|5 |Johnson |Steve |Sales Support Agent|2 |3/03/1965 |17/10/2003|7727B 41 Ave |
|6 |Mitchell|Michael |IT Manager |1 |1/07/1973 |17/10/2003|5827 Bowness Road NW |
|7 |King |Robert |IT Staff |6 |29/05/1970|2/01/2004 |590 Columbia Boulevard West|
|8 |Callahan|Laura |IT Staff |6 |9/01/1968 |4/03/2004 |923 7 ST NW |
+----------+--------+---------+-------------------+---------+----------+----------+---------------------------+
EmployeeIdLastNameFirstNameTitleReportsToBirthDateHireDateAddress
1AdamsAndrewGeneral Manager18/02/196214/08/200211120 Jasper Ave NW
2EdwardsNancySales Manager18/12/19581/05/2002825 8 Ave SW
3PeacockJaneSales Support Agent229/08/19731/04/20021111 6 Ave SW
4ParkMargaretSales Support Agent219/09/19473/05/2003683 10 Street SW
5JohnsonSteveSales Support Agent23/03/196517/10/20037727B 41 Ave
6MitchellMichaelIT Manager11/07/197317/10/20035827 Bowness Road NW
7KingRobertIT Staff629/05/19702/01/2004590 Columbia Boulevard West
8CallahanLauraIT Staff69/01/19684/03/2004923 7 ST NW

Multiple resultsets

DataGrabber supports multi-resultset outputs, which can be displayed horizontally, vertically or as seperate tabs.

DataGrabberDataGrabberDataGrabber

Settings

Connection settings for multiple databases are configured in connection profiles.

DataGrabberDataGrabber

Settings are stored in JSON format, and can also be changed by editing the file directly.

DataGrabber

Field inspector

DataGrabber