in Delphi I have client in Datasnap
and I have dbgrid
when I use ClientDataSet1.CommandText:='select * from tlogin where id=2'; ClientDataSet1.Open;
my Dbgrid Doesnt change how can I refresh Dbgrid in Datasnap client .in Datasnap client I have sqlconnection1
and DSProviderConnection1
and ClientDataSet1
and DataSource1
.
i need refresh dbgrid
New contributor
mn mn is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.