|
-
April 5th, 2001, 03:52 AM
#1
update the recordset after deleting records
Suppose I have a recordset called rsDelete which is used to delete records in another recordset called rs.
How can I update (refresh) rs to show the status that some records in it are deleted ?
When I used rsDelete.delete to delete records in rs , I found out that those records still in rs!!!
Is there any method in ADO that is similar to rs.Refresh ?
Please teach me
-
April 5th, 2001, 06:01 AM
#2
Re: update the recordset after deleting records
You can use the Resync Method of the recordset.
Tom Cannaerts
[email protected]
The best way to escape a problem, is to solve it.
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
|