2
I’m using SQLConnection, SQLDataSet, ClientDataSet, DataSetProvider, ClientDataSet and a DataSource.
I need to display the data on one dbgrid, but I’m not sure how to do that.
In the FormCreate I must open the connection by clientDataSet?
procedure TFormImportDados.FormCreate(Sender: TObject);
begin
CdsFB.Open;
end;