TmySQLQuery encapsulates a dataset with a result set that is based on an SQL statement.
Description:
Use TmySQLQuery to access one or more MySQL tables in a database using SQL statements.
TmySQLQuery component is useful because it can:
Access more than one table at a time (called a "join" in SQL).
Automatically access a subset of rows and columns in its underlying table(s), rather than always
returning all rows and columns.
TmySQLQuery provides BDE-like functionality and is fully compatible with TDatasource and visual DB-controls.
If you need to fetch some data without displaying them you can use high-performance
TmySQLDirectQuery component.