Viewing Query results into DBGrid
Posted: Fri 25 Dec 2009 09:33
Using C++ Builder 6 i have made some SQL string using Query Builder for MySQL.
I can run this SQL string in a Query component, so far no problem!
But this Query is linked to a DBGrid and this grid does not shows all fields from the Query, only the fields assigned from the source Table.
It is a SQL string combining 3 tables with inner joins.
Please advice how I can show my records with all the fields used in the Query.
Thanks
I can run this SQL string in a Query component, so far no problem!
But this Query is linked to a DBGrid and this grid does not shows all fields from the Query, only the fields assigned from the source Table.
It is a SQL string combining 3 tables with inner joins.
Please advice how I can show my records with all the fields used in the Query.
Thanks