G
Guest
H
In our application we use stored procedures to insert,update, delete and select rows from the database. I am using a dataset object to manipulate rows returned from the database
If I do an update or delete using the stored procedures, I want the dataset to refresh to see these changes - how do I do this?
In VB6 we recorded the bookmark, did a refresh of the recordset and set the recordset back to the bookmarked position and then redisplayed the record. How do I do this with a dataset? Or is there another way to do this
Thanks is advanc
Siobhan
In our application we use stored procedures to insert,update, delete and select rows from the database. I am using a dataset object to manipulate rows returned from the database
If I do an update or delete using the stored procedures, I want the dataset to refresh to see these changes - how do I do this?
In VB6 we recorded the bookmark, did a refresh of the recordset and set the recordset back to the bookmarked position and then redisplayed the record. How do I do this with a dataset? Or is there another way to do this
Thanks is advanc
Siobhan