I have added a DBGrid, DBConnection, DataSource, SQLQuery and SQLTransaction on a Form and is able to run and extract all data from a table.
But I only want to specify selected columns and have called up the "Editing DBGrid Column" option of the DBGrid and added 3 columns. When I tried to specify the FieldName of each column, I get the message "Unable to retrieve definition from dataset"
Please advise how I can fixed this issue as I tried to google for a solution without success.