You can use ADO components:
1) Drag TAdoConnection from the dbGo tab.
2) Right-click and select "Change connection string."
3) Click "Create"
4) Select Microsoft OLE DB Provider for ODBC
5) Click "Next"
Then you can select the database.
You can drag TAdoQuery and connect it to TAdoConnection to fulfill some queries.
The rest should be straight.
source share