This is a small application that uses ADODC control to connect to Access, Excel etc. ODBC data sources and execute SQL statement on them. The DataGrid control are used to display returned data.
The application has it's own simple SQL code keyword formatter, logging and other features. Small, efficient and robust.
Could be a good example of how to use ADO object to connect to DB, execute SQL queries against data in DB and handle the returned data.