I'm using SQLConnection, SQLDataSet, ClientDataSet, DataSetProvider, ClientDataSet
and DataSource
.
I need to display the data in dbgrid
, but I'm not sure how to do this.
No FormCreate
should I open the connection with clientDataSet
?
procedure TFormImportDados.FormCreate(Sender: TObject);
begin
CdsFB.Open;
end;