cachedrowset

cachedrowsetcachedrowset
  1. To synchronize any changes we might have made to our CachedRowSet object , we can simply reconnect to our database and persist our changes .

    要使我们对CachedRowSet对象做出的修改与数据库同步,只需连接到数据库并对所做的修改进行持久化处理(persistence)。

  2. Just like with the CachedRowSet I covered in the prequel to this article , to perform an insert , we must move the cursor to a special position called " insert row " .

    正如我在本文前一篇文章中提到的CachedRowSet一样,要执行插入,首先应将光标移动到名为“insertrow”的特定区域。