|
-
March 16th, 2001, 09:00 AM
#1
Grid Refresh after delete
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|