Hi there,
after I delete a row in my table I want my DataGrit to be refreshed.
The deleting works fine in db, but the old record is still in the DataGrid:


DataEnvironment1.Connection1.Execute (sql_string)
DataEnvironment1.Connection1.Execute ("commit")

DataEnvironment1.rsCommand1.Requery
DataGrid1.Refresh


What is the mistage ???

regards
Stephan