2
I have a table that has data registered in SQLServer, but in the application they do not appear in the dbgrid.
DATASOURCdo dbgrid -> UDM.DSPecas_ordem_servico
When opening the form:
procedure TFMHome.lbl_BuscosClick(Sender: TObject);
begin
  UDM.ADODSPecas_ordem_servico.Open;
  FMAltOs.showmodal;
end;
nothing, funny that when I do a new insert it works and appears in dbgrid, when closing is no longer there
– Guilherme Lima
Which component is using as Grid ?
– Junior Moreira